Skip to content

Commit ce781aa

Browse files
committed
Use the generic bash rather than hard coding a path
1 parent 00f5c71 commit ce781aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-engine.sh

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

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)