Pmodules/modulecmd.bash.in: bug fixed in argument parsing, related to #26

This commit is contained in:
2017-11-15 18:23:15 +01:00
parent f3b1291ef2
commit 400c4246cb
+1
View File
@@ -1935,6 +1935,7 @@ while (( $# > 0 )); do
fi
subcommand="$1"
shift
break
;;
esac
shift