1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-23 14:22:58 +00:00

Merge pull request #82 from BlueAnanas/fix1

Replace $@ by quoted "$@" in function selector
This commit is contained in:
Neil
2016-03-03 10:20:00 +08:00
+1 -1
View File
@@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
showhelp showhelp
else else
$@ "$@"
fi fi