Parcourir la source

add build folder path to command

Jérôme BUISINE il y a 3 ans
Parent
commit
9abd40d8cf
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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