diff --git a/scripts/genGitHdr.sh b/scripts/genGitHdr.sh index 64f4d59b..52aed195 100755 --- a/scripts/genGitHdr.sh +++ b/scripts/genGitHdr.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh OUTPUT_DIR=$1; diff --git a/scripts/linux_makeIcons.sh b/scripts/linux_makeIcons.sh index a7aa96b5..8f32d5cd 100755 --- a/scripts/linux_makeIcons.sh +++ b/scripts/linux_makeIcons.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh SRC_PNG=../fceux1.png ICON_PATH=/usr/share/icons/hicolor diff --git a/scripts/unix_debug_build.sh b/scripts/unix_debug_build.sh index 45f512e4..c115c54d 100755 --- a/scripts/unix_debug_build.sh +++ b/scripts/unix_debug_build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh CLEAN_BUILD=0; MAKE_ARGS="";