Bladeren bron

add build folder path to command

Jérôme BUISINE 3 jaren geleden
bovenliggende
commit
9abd40d8cf
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  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