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:
parent
356cae005d
commit
6d541c6d62
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
OUTPUT_DIR=$1;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
SRC_PNG=../fceux1.png
|
||||
ICON_PATH=/usr/share/icons/hicolor
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
CLEAN_BUILD=0;
|
||||
MAKE_ARGS="";
|
||||
|
|
Loading…
Reference in New Issue