Przeglądaj źródła

fix quoted parameters

David Rose 22 lat temu
rodzic
commit
a56a5b1be2
1 zmienionych plików z 1 dodań i 1 usunięć
  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
 fi
 export LD_LIBRARY_PATH
-exec `dirname $0`/yyy_bin $*
+exec `dirname $0`/yyy_bin "$@"