mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-07-01 11:49:38 +02:00
Pmodules/modulecmd.bash.in: bug fixed in argument parsing, related to #26
This commit is contained in:
@@ -1935,6 +1935,7 @@ while (( $# > 0 )); do
|
||||
fi
|
||||
subcommand="$1"
|
||||
shift
|
||||
break
|
||||
;;
|
||||
esac
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user