Skip to content
Snippets Groups Projects
Commit 67fa1b75 authored by rtoy's avatar rtoy
Browse files

Need to quote $VERSION when calling load-word.sh so it gets the right

string.
parent 2951ace2
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ buildit ()
$TIMER $TOOLDIR/build-world.sh $TARGET $OLDLISP $BOOT
(cd $TARGET/lisp; make)
#$TOOLDIR/build-world.sh $TARGET $OLDLISP
$TOOLDIR/load-world.sh $TARGET $VERSION
sh -x $TOOLDIR/load-world.sh $TARGET "$VERSION"
if [ ! -f $TARGET/lisp/lisp.core ]; then
echo "Failed to build $TARGET!"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment