Browse Source

Merge pull request #82 from BlueAnanas/fix1

Replace $@ by quoted "$@" in function selector
Neil 9 years ago
parent
commit
84f664f36e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      le.sh

+ 1 - 1
le.sh

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