--- ./wmake/wmake.orig	Thu May 10 11:11:28 2007
+++ ./wmake/wmake	Sat Aug  4 00:01:13 2007
@@ -163,7 +163,7 @@
         exit $?
     elif [ ! -d $MakeDir ]
     then
-        $make -f $WM_DIR/MakefileApps FOAM_APPS="`find . -maxdepth 1 \( -type d -a ! -name "." -a ! -name "Make" \)  -printf "%f "`"
+        $make -f $WM_DIR/MakefileApps FOAM_APPS="`find . -maxdepth 1 \( -type d -a ! -name "." -a ! -name "Make" \)  -print`"
         exit $?
     fi
 
