From 400c4246cbb7340064ebf7a03840707acdc61ad7 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Wed, 15 Nov 2017 18:23:15 +0100 Subject: [PATCH] Pmodules/modulecmd.bash.in: bug fixed in argument parsing, related to #26 --- Pmodules/modulecmd.bash.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 10ec002..7efb202 100755 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -1935,6 +1935,7 @@ while (( $# > 0 )); do fi subcommand="$1" shift + break ;; esac shift