X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/52ad59c2e9ec4237636cecd864961bcde35ca84b..41b3c9662d2e290bc76a776d6a820e6e9c3d3825:/wxPython/b?ds=sidebyside 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