Skip to content

Commit

Permalink
rename /bin/bash to /bin/sh to scripts in 'scripts folder (TASEmulato…
Browse files Browse the repository at this point in the history
…rs#302)

* Update genGitHdr.sh

* Update linux_makeIcons.sh

* Update unix_debug_build.sh
  • Loading branch information
tch69 authored Jan 13, 2021
1 parent 356cae0 commit 6d541c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/genGitHdr.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

OUTPUT_DIR=$1;

Expand Down
2 changes: 1 addition & 1 deletion scripts/linux_makeIcons.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

SRC_PNG=../fceux1.png
ICON_PATH=/usr/share/icons/hicolor
Expand Down
2 changes: 1 addition & 1 deletion scripts/unix_debug_build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

CLEAN_BUILD=0;
MAKE_ARGS="";
Expand Down

0 comments on commit 6d541c6

Please sign in to comment.