Browse Source

Merge pull request #82 from BlueAnanas/fix1

Replace $@ by quoted "$@" in function selector
pull/84/head
Neil 9 years ago
parent
commit
84f664f36e
  1. 2
      le.sh

2
le.sh

@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
showhelp showhelp
else else
$@
"$@"
fi fi
Loading…
Cancel
Save