modmanage: use 'modmanage' as name with getopt

This commit is contained in:
2021-11-12 10:55:29 +01:00
parent a8773ce27f
commit 0c6fbc635c
+1 -1
View File
@@ -655,7 +655,7 @@ if [[ "${subcommand}" != "init" ]] && [[ -z "${PMODULES_ROOT}" ]]; then
std::die 1 "Error: No current module environment configured!"
fi
tmp=$("${getopt}" ${Options[${subcommand}]} -- "${opts[@]}" "$@" ) \
tmp=$("${getopt}" --name="${CMD}" ${Options[${subcommand}]} -- "${opts[@]}" "$@" ) \
|| print_help "${subcommand}"
eval args=( "$tmp" )
unset tmp