rename /bin/bash to /bin/sh to scripts in 'scripts folder (#302)

* Update genGitHdr.sh

* Update linux_makeIcons.sh

* Update unix_debug_build.sh
This commit is contained in:
tch69 2021-01-14 06:30:20 +07:00 committed by GitHub
parent 356cae005d
commit 6d541c6d62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
OUTPUT_DIR=$1; OUTPUT_DIR=$1;

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
SRC_PNG=../fceux1.png SRC_PNG=../fceux1.png
ICON_PATH=/usr/share/icons/hicolor ICON_PATH=/usr/share/icons/hicolor

View File

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
CLEAN_BUILD=0; CLEAN_BUILD=0;
MAKE_ARGS=""; MAKE_ARGS="";