]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/b
Some little tweaks...
[wxWidgets.git] / wxPython / b
index 1b9e33f442c223bd06af05b700d8e35bb5911827..edc916a058ef50dd7b535464b535126e21f8c603 100755 (executable)
@@ -39,7 +39,8 @@ elif [ "$1" = "d" ]; then
 # "t" --> touch *.i files
 elif [ "$1" = "t" ]; then
     shift
-    CMD="set CMD=touch src\*.i; touch contrib\glcanvas\*.i; touch contrib\ogl\*.i; touch contrib\stc\*.i"
+    #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'
 
 # "i" --> install
 elif [ "$1" = "i" ]; then
@@ -110,7 +111,7 @@ fi
 
 
 echo $CMD
-$CMD
+eval $CMD
 
 
 if [ "$OTHERCMD" != "" ]; then