|
@@ -2,7 +2,7 @@
|
|
# This script is run by FreeOberon on Linux. Current directory of the
|
|
# This script is run by FreeOberon on Linux. Current directory of the
|
|
# script will be where FreeOberon executable is located. This
|
|
# script will be where FreeOberon executable is located. This
|
|
# particular script is for console programs compiled with Blackbox.
|
|
# particular script is for console programs compiled with Blackbox.
|
|
-cd data/bin/bbcp
|
|
|
|
|
|
+cd Data/bin/bbcp
|
|
BBCP=./blackbox
|
|
BBCP=./blackbox
|
|
echo "ConsCompiler.Compile('Programs/Mod','$1')" | $BBCP
|
|
echo "ConsCompiler.Compile('Programs/Mod','$1')" | $BBCP
|
|
retcode=$?
|
|
retcode=$?
|