X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52ad59c2e9ec4237636cecd864961bcde35ca84b..6aeb6f2a5810694b5241eb267d71dab4848cf8bb:/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