Skip to content

Commit

Permalink
Add interpreter directives to shell scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneidereit committed Jul 27, 2021
1 parent 0405349 commit 18af21b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build-engine.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
set -ex

if [[ ! -a gecko-dev ]]
Expand Down
1 change: 1 addition & 0 deletions download-engine.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
set -e

script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
Expand Down

0 comments on commit 18af21b

Please sign in to comment.