Some little tweaks...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12062 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2001-10-18 19:19:38 +00:00
parent 54a816a683
commit 0e94700456
3 changed files with 10 additions and 3 deletions

View File

@@ -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