Explorar el Código

add build folder path to command

Jérôme BUISINE hace 3 años
padre
commit
9abd40d8cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      run/convert_folder.sh

+ 1 - 1
run/convert_folder.sh

@@ -50,7 +50,7 @@ do
 
         # check if filename contains 
         if [[ "$file" == ${prefix}* ]]; then
-            echo ./main/rawls_convert --image ${filename_fixed} --outfile ${output_scene_path}/${outfile}
+            ./build/main/rawls_convert --image ${filename_fixed} --outfile ${output_scene_path}/${outfile}
         fi
     done 
   done