Skip to content

Commit

Permalink
Switched to /usr/bin/env bash for better cross-platform compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
aparajita committed Apr 26, 2012
1 parent e657e7a commit 3eb4155
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Tools/Documentation/postprocess/001.cleanup_headers.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# NOTE: The working directory should be the main capp directory when this script is run
#
Expand Down
2 changes: 1 addition & 1 deletion Tools/Documentation/postprocess/002.transform_text.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# NOTE: The working directory should be the main capp directory when this script is run
#
Expand Down
4 changes: 2 additions & 2 deletions Tools/Documentation/postprocess/003.markdown_readme.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# Remove the generated README.html once the build has finished.
#
Expand All @@ -7,4 +7,4 @@
# $1 Cappuccino documentation directory
#

rm "$1"/README.html
rm "$1"/README.html
2 changes: 1 addition & 1 deletion Tools/Documentation/preprocess/001.markdown_readme.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# NOTE: The working directory should be the main capp directory when this script is run
#
Expand Down
2 changes: 1 addition & 1 deletion Tools/Documentation/preprocess/002.make_headers.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# NOTE: The working directory should be the main capp directory when this script is run
#
Expand Down
2 changes: 1 addition & 1 deletion Tools/Documentation/support/processor_setup.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

function processor_msg ()
{
Expand Down
2 changes: 1 addition & 1 deletion Tools/Scripts/ci.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

project_home="$(dirname "$PWD")"
extras="$project_home/ci-extra.sh"
Expand Down
2 changes: 1 addition & 1 deletion Tools/capp_lint/install.sh
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

chmod +x capp_lint

Expand Down
2 changes: 1 addition & 1 deletion Tools/capp_lint/pre-commit
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# An example hook script to verify what is about to be committed.
# Called by "git commit" with no arguments. The hook should
Expand Down

0 comments on commit 3eb4155

Please sign in to comment.