Commit a2bf1533 authored by Neil's avatar Neil
Browse files

Merge pull request #81 from phanimahesh/patch-1

simplify call by using $@.    We will not add more args,  but $@ is better.  Later, we will use getopt .
parents d250f9c7 60a94dae
...@@ -1284,5 +1284,5 @@ createCSR: ...@@ -1284,5 +1284,5 @@ createCSR:
if [ -z "$1" ] ; then if [ -z "$1" ] ; then
showhelp showhelp
else else
"$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9" $@
fi 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