# HG changeset patch # User wenzelm # Date 919336555 -3600 # Node ID ce30e19af3df6746beb478d201bc4339069b27be # Parent 112a15c311f08930e1bc59e7a02ef434858e824a fixed order of multiple -m options; diff -r 112a15c311f0 -r ce30e19af3df 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)