diff --git a/build/build b/build/build index 0e8ff79f..a04dfae9 100755 --- a/build/build +++ b/build/build @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh DIR="$(dirname $0)" PREV_BQN="$DIR/obj2/for_build4" if [ ! -f "$PREV_BQN" ]; then diff --git a/build/makefile b/build/makefile index 3f5e4e70..c7da323b 100644 --- a/build/makefile +++ b/build/makefile @@ -1,4 +1,4 @@ -SHELL = /usr/bin/env bash +SHELL = /usr/bin/env sh MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables MAKEHERE = "$(MAKE) -f build/makefile" # note: do not manually define any i_… arguments, or incremental compiling may not work properly! diff --git a/makefile b/makefile index dd0c9697..2e6025f1 100644 --- a/makefile +++ b/makefile @@ -1,4 +1,4 @@ -SHELL = /usr/bin/env bash +SHELL = /usr/bin/env sh MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables default: o3 diff --git a/test/mainCfgs.sh b/test/mainCfgs.sh index fbaa5f45..8d7bc87d 100755 --- a/test/mainCfgs.sh +++ b/test/mainCfgs.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh if [ "$#" -ne 1 ]; then echo "Usage: $0 path/to/mlochbaum/BQN" exit diff --git a/test/moreCfgs.sh b/test/moreCfgs.sh index 70af2e7c..0b10ebeb 100755 --- a/test/moreCfgs.sh +++ b/test/moreCfgs.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh if [ "$#" -ne 1 ]; then echo "Usage: $0 path/to/mlochbaum/BQN" exit diff --git a/test/x86Cfgs.sh b/test/x86Cfgs.sh index 3e0a8f3e..129916a3 100755 --- a/test/x86Cfgs.sh +++ b/test/x86Cfgs.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh if [ "$#" -ne 1 ]; then echo "Usage: $0 path/to/mlochbaum/BQN" exit