Skip to content

Commit 94b6b46

Browse files
Merge pull request #1 from fitzgen/tidy-scripts
A couple little commits to tidy up the scripts a tiny bit
2 parents ac7e0ca + ce781aa commit 94b6b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-engine.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -ex
33

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

download-engine.sh

100644100755
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
set -e
33

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

0 commit comments

Comments
 (0)