Browse Source

Merge branch 'master' of https://github.com/Neilpang/le

neil 9 years ago
parent
commit
0d11bd5cb9
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