Browse Source

fix quoted parameters

David Rose 22 years ago
parent
commit
a56a5b1be2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/mayaprogs/mayapath_script

+ 1 - 1
pandatool/src/mayaprogs/mayapath_script

@@ -11,4 +11,4 @@ if test "zzz" != ""; then
   export LM_LICENSE_FILE
   export LM_LICENSE_FILE
 fi
 fi
 export LD_LIBRARY_PATH
 export LD_LIBRARY_PATH
-exec `dirname $0`/yyy_bin $*
+exec `dirname $0`/yyy_bin "$@"