pconf reconnait maintenant les arguments offline et online
This commit is contained in:
parent
9e49995328
commit
58e7f6fbbc
|
@ -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;;
|
||||||
|
|
Loading…
Reference in New Issue