Browse Source

minor

pull/317/head
neil 8 years ago
parent
commit
aa7b82de04
  1. 4
      acme.sh

4
acme.sh

@ -4058,4 +4058,8 @@ main() {
if _startswith "$1" '-' ; then _process "$@"; else "$@";fi if _startswith "$1" '-' ; then _process "$@"; else "$@";fi
} }
main "$@" main "$@"
Loading…
Cancel
Save