Commit 84f664f3 authored by Neil's avatar Neil
Browse files

Merge pull request #82 from BlueAnanas/fix1

Replace $@ by quoted "$@" in function selector
parents f0d0bd25 0f36bb11
......@@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then
showhelp
else
$@
"$@"
fi
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment