Explorar o código

Fix a path error.

Cyril Roelandt %!s(int64=14) %!d(string=hai) anos
pai
achega
6868d2ed61
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/dev/experimental/func_to_funcs.sh

+ 1 - 1
tools/dev/experimental/func_to_funcs.sh

@@ -41,7 +41,7 @@ rm /tmp/cuda.cocci
 sed 's/cpu_funcs/opencl_funcs/;
     s/cpu_func/opencl_func/;
     s/STARPU_MULTIPLE_CPU_IMPLEMENTATIONS/STARPU_MULTIPLE_OPENCL_IMPLEMENTATIONS/'  \
-    cpu_func_to_cpu_funcs.cocci > /tmp/opencl.cocci
+    ${path_to_cocci_scripts}/cpu_func_to_cpu_funcs.cocci > /tmp/opencl.cocci
 
 spatch -sp_file /tmp/opencl.cocci -dir $dir -in_place -very_quiet
 rm /tmp/opencl.cocci