Browse Source

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 .
Neil 9 years ago
parent
commit
a2bf1533d5
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
-  "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
+  $@
 fi