#!@SHELL@ BIN_DIR=@BINDIR@ SML=$BIN_DIR/sml LINK=$BIN_DIR/.link-sml thisscript=$0 xx=$$ smlfile=$xx-export.sml cmfile=$xx-export.cm listfile=$xx-BOOTLIST dulist='' trap 'rm -rf `find . -name $smlfile` $cmfile $listfile' 0 1 2 3 15 usage() { echo ${thisscript}: $* echo Usage: $thisscript root-group main-function heapfile exit 1 } while [ $# != 0 ] ; do case $1 in -D*|-U*) dulist="$dulist $1" shift ;; *) break ;; esac done if [ $# != 3 ] ; then usage wrong number of arguments fi root=$1 main=$2 heap=$3 rare=XYZ_XXX_0123 cat >$smlfile <$cmfile <//
Click to toggle
does not end with </html> tag
does not end with </body> tag
The output has ended thus: uild"] to see what's # going on.) $SML $dulist @CMbuild $root $cmfile $heap $listfile $LINK exit $?