Skip to content

Commit 0ffa58e

Browse files
hugogrochauastansler
authored andcommitted
fix: missing /usr/bin/env bash (#87) (#88)
* fix: missing /usr/bin/env bash (#87) * fix: add one more missing /usr/bin/env bash
1 parent acfde78 commit 0ffa58e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/install/install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env bash
12
# Copyright 2017 Sourcerer, Inc. All Rights Reserved.
23
# License: MIT, https://github.com/sourcerer-io/sourcerer-app/blob/master/LICENSE.md
34
# Source code: https://github.com/sourcerer-io
@@ -21,6 +22,7 @@ mkdir -p $JAR_DIR
2122
curl -s $DOWNLOAD_URL > $JAR_DIR/sourcerer.jar
2223

2324
cat <<EOF > $SCRIPT_DIR/sourcerer
25+
#!/usr/bin/env bash
2426
# Copyright 2017 Sourcerer, Inc. All Rights Reserved.
2527
# License: MIT, https://github.com/sourcerer-io/sourcerer-app/blob/master/LICENSE.md
2628
# Source code: https://github.com/sourcerer-io

0 commit comments

Comments
 (0)