Commit 319e0ae3 authored by neil's avatar neil
Browse files

fix auto upgrade

parent e69a7c38
......@@ -3613,8 +3613,11 @@ fi
[ -z "$1" ] && showhelp
main() {
[ -z "$1" ] && showhelp && return
if _startswith "$1" '-' ; then _process "$@"; else "$@";fi
}
if _startswith "$1" '-' ; then _process "$@" ; else "$@"; fi ;
\ No newline at end of file
main "$@"
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment