diff --git a/Source/HBIOS/Build.sh b/Source/HBIOS/Build.sh index e9ff4abd..992afbcb 100755 --- a/Source/HBIOS/Build.sh +++ b/Source/HBIOS/Build.sh @@ -13,9 +13,9 @@ if [ $1 == '-d' ] ; then diffdir=$1 shift if [ -f $diffdir/build.inc ] ; then - timestamp=$(grep TIMESTAMP $diffdir/build.inc | awk '{print $3}' | tr -d '\015"') + timestamp=$(grep TIMESTAMP $diffdir/build.inc | awk '{print $3}' | tr -d '\015"') echo diff build using $timestamp - fi + fi fi # positional arguments @@ -65,7 +65,7 @@ romfmt=wbw_rom${romsize} outdir=../../Binary echo "creating empty rom disk of size $romsize in $blankfile" -LC_CTYPE=en_US.US-ASCII tr '\000' '\345' build.inc ; RomWBW Configured for $platform $config $timestamp