X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52ad59c2e9ec4237636cecd864961bcde35ca84b..afbe906abdf9aa69a56571b8b20b095351dd8f34:/wxPython/b

diff --git a/wxPython/b b/wxPython/b
index f8dff7e681..4ab9f9e4c6 100755
--- a/wxPython/b
+++ b/wxPython/b
@@ -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