Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormjbudd77 <mjbudd77@gmail.com>2021-01-16 22:54:47 +0300
committermjbudd77 <mjbudd77@gmail.com>2021-01-16 22:54:47 +0300
commitc80e65ff79a679ae70d41e11ff877d0f8c69e264 (patch)
tree60472e1ab5664e5a5a2e132ccb5a1eb3b6f401d3 /scripts
parent1454238f1e2ca81926c3b255e3ba1d6dd368916b (diff)
Reverted unix build script back to bash instead of sh. This script has
bash specific syntax in it.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/unix_debug_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/unix_debug_build.sh b/scripts/unix_debug_build.sh
index c115c54d..45f512e4 100755
--- a/scripts/unix_debug_build.sh
+++ b/scripts/unix_debug_build.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
CLEAN_BUILD=0;
MAKE_ARGS="";