--- 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 ..
+
 #------------------------------------------------------------------------------
