diff options
Diffstat (limited to 'science/openfoam/files/patch-wmake_makeWmake')
-rw-r--r-- | science/openfoam/files/patch-wmake_makeWmake | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/science/openfoam/files/patch-wmake_makeWmake b/science/openfoam/files/patch-wmake_makeWmake new file mode 100644 index 000000000000..b521cece2015 --- /dev/null +++ b/science/openfoam/files/patch-wmake_makeWmake @@ -0,0 +1,20 @@ +--- wmake/makeWmake.orig Tue Jun 21 18:10:23 2005 ++++ wmake/makeWmake Sun Dec 18 10:02:15 2005 +@@ -59,4 +59,17 @@ + + cd .. + ++rm -rf shScripts ++mkdir shScripts ++ ++cd kshScripts ++ ++for file in * ++do ++ cat $file | sed s/ksh/sh/ > ../shScripts/$file ++ chmod ugo+rx ../shScripts/$file ++done ++ ++cd .. ++ + #------------------------------------------------------------------------------ |