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' # 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 # 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) # Le type d'analyse d'argument est spécifié avec un suffixe
# ou +manual # +auto (par défaut), +manual ou +legacy
#SHELL_TYPE=auto+auto #SHELL_TYPE=auto+auto

View File

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