corriger le template shell

This commit is contained in:
Jephté Clain 2016-06-02 17:40:08 +04:00
parent 28bb531203
commit e4b77298bc
2 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,6 @@
# Type de script shell à générer par défaut pour la commande 'utempl -t sh'
# auto (par défaut), system-or-local, default, manual ou vanilla
# Le type d'analyse d'argument est spécifié avec un préfixe +auto (par défaut)
# ou +manual
# Le type d'analyse d'argument est spécifié avec un suffixe
# +auto (par défaut), +manual ou +legacy
#SHELL_TYPE=auto+auto

View File

@ -217,7 +217,9 @@ USAGE
OPTIONS"
}
args=(--help '\''$exit_with display_help'\'')
args=(
--help '\''$exit_with display_help'\''
)
parse_args "$@"; set -- "${args[@]}"
'
;;