]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
temporary compilation fix
[wxWidgets.git] / wxPython / b
index f8dff7e68122bc84afb69540492a90605282cf0a..4ab9f9e4c6148b506c5492ec3939ea26a0106fdc 100755 (executable)
@@ -42,7 +42,7 @@ elif [ "$1" = "d" ]; then
 elif [ "$1" = "t" ]; then
     shift
     #CMD="set CMD=touch src\*.i; touch contrib\glcanvas\*.i; touch contrib\ogl\*.i; touch contrib\stc\*.i"
-    CMD='find . -name "*.i" | xargs -l touch'
+    CMD='find . -name "*.i" | xargs touch'
 
 # "i" --> install
 elif [ "$1" = "i" ]; then