pconf reconnait maintenant les arguments offline et online

This commit is contained in:
Jephté Clain 2015-07-03 22:22:46 +04:00
parent 9e49995328
commit 58e7f6fbbc
1 changed files with 2 additions and 2 deletions

View File

@ -52,8 +52,8 @@ function pconf() {
*) UTOOLS_AUTO=1;; *) UTOOLS_AUTO=1;;
esac esac
;; ;;
n|np|nopush) UTOOLS_VCS_OFFLINE=1;; n|np|nopush|o|off|offline) UTOOLS_VCS_OFFLINE=1;;
push) UTOOLS_VCS_OFFLINE=;; push|on|online) UTOOLS_VCS_OFFLINE=;;
p|cyclep) p|cyclep)
case "$UTOOLS_VCS_OFFLINE" in case "$UTOOLS_VCS_OFFLINE" in
"") UTOOLS_VCS_OFFLINE=1;; "") UTOOLS_VCS_OFFLINE=1;;