Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
319e0ae3
Commit
319e0ae3
authored
Sep 21, 2016
by
neil
Browse files
fix auto upgrade
parent
e69a7c38
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
319e0ae3
...
@@ -3613,8 +3613,11 @@ fi
...
@@ -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 ;
main "$@"
\ No newline at end of file
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment