don't require bash

This commit is contained in:
dzaima 2024-06-04 21:24:41 +03:00
parent 088a5b550d
commit 8761613899
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env sh
DIR="$(dirname $0)" DIR="$(dirname $0)"
PREV_BQN="$DIR/obj2/for_build4" PREV_BQN="$DIR/obj2/for_build4"
if [ ! -f "$PREV_BQN" ]; then if [ ! -f "$PREV_BQN" ]; then

View File

@ -1,4 +1,4 @@
SHELL = /usr/bin/env bash SHELL = /usr/bin/env sh
MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables
MAKEHERE = "$(MAKE) -f build/makefile" MAKEHERE = "$(MAKE) -f build/makefile"
# note: do not manually define any i_… arguments, or incremental compiling may not work properly! # note: do not manually define any i_… arguments, or incremental compiling may not work properly!

View File

@ -1,4 +1,4 @@
SHELL = /usr/bin/env bash SHELL = /usr/bin/env sh
MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables MAKEFLAGS+= --no-print-directory --no-builtin-rules --no-builtin-variables
default: o3 default: o3

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env sh
if [ "$#" -ne 1 ]; then if [ "$#" -ne 1 ]; then
echo "Usage: $0 path/to/mlochbaum/BQN" echo "Usage: $0 path/to/mlochbaum/BQN"
exit exit

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env sh
if [ "$#" -ne 1 ]; then if [ "$#" -ne 1 ]; then
echo "Usage: $0 path/to/mlochbaum/BQN" echo "Usage: $0 path/to/mlochbaum/BQN"
exit exit

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env sh
if [ "$#" -ne 1 ]; then if [ "$#" -ne 1 ]; then
echo "Usage: $0 path/to/mlochbaum/BQN" echo "Usage: $0 path/to/mlochbaum/BQN"
exit exit