fixed order of multiple -m options;
authorwenzelm
Thu, 18 Feb 1999 12:15:55 +0100
changeset 6286 ce30e19af3df
parent 6285 112a15c311f0
child 6287 61904a3eafaa
fixed order of multiple -m options;
bin/isabelle
--- a/bin/isabelle	Thu Feb 18 12:05:16 1999 +0100
+++ b/bin/isabelle	Thu Feb 18 12:15:55 1999 +0100
@@ -68,7 +68,7 @@
       if [ -z "$MODES" ]; then
         MODES="\"$OPTARG\""
       else
-        MODES="\"$OPTARG\", $MODES"
+        MODES="$MODES, \"$OPTARG\""
       fi
       ;;
     q)