Skip to content

Commit

Permalink
usr/bin/env
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Mar 14, 2017
1 parent 1f3d872 commit 93db278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ echo $VERSION > VERSION

# create bin runner
cat << EOF > heroku
#!/bin/bash
#!/usr/bin/env bash
DIR="\$( cd "\$( dirname "\${BASH_SOURCE[0]}" )" && pwd )"
\$DIR/node/bin/node --harmony-async-await --use_strict \$DIR/cli.js \$*
EOF
Expand Down
2 changes: 1 addition & 1 deletion bin/run
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -e

node --harmony-async-await --use_strict ./cli.js $*

0 comments on commit 93db278

Please sign in to comment.