Skip to content

Commit 18af21b

Browse files
committed
Add interpreter directives to shell scripts
1 parent 0405349 commit 18af21b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

build-engine.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
set -ex
23

34
if [[ ! -a gecko-dev ]]

download-engine.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
set -e
23

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

0 commit comments

Comments
 (0)