Release coccinelle-0.1.6a
[bpt/coccinelle.git] / tools / alloc_free.ml
index 48b0ea7..1c91280 100644 (file)
@@ -167,7 +167,7 @@ let _ =
   then
     begin
       let o = open_out (Printf.sprintf "%s/files" !dir) in
-      Printf.fprintf o "#!/bin/bash\n\n";
+      Printf.fprintf o "#!/bin/sh\n\n";
       sedify o !gen !dir l;
       sedify_ors o !gen !dir l;
       Printf.fprintf o "\nwait\n/bin/rm tmp*out\n";