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
commit 84f664f36e
1 changed files with 1 additions and 1 deletions

2
le.sh
View File

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