bloritsch 01/06/12 06:40:41 Modified: bin Tag: cocoon_20_branch antRun Added: bin Tag: cocoon_20_branch runant.pl fix-packages.py ant Log: Update Ant build scripts Revision Changes Path No revision No revision 1.1.1.1.2.1 +3 -7 xml-cocoon2/bin/antRun Index: antRun =================================================================== RCS file: /home/cvs/xml-cocoon2/bin/antRun,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.1.2.1 diff -u -r1.1.1.1 -r1.1.1.1.2.1 --- antRun 2001/05/09 20:50:40 1.1.1.1 +++ antRun 2001/06/12 13:40:38 1.1.1.1.2.1 @@ -1,13 +1,9 @@ #! /bin/sh # Args: DIR command -cd $1 -CMD=$2 +cd "$1" +CMD="$2" shift shift -if test -f $CMD.sh; then - CMD="sh $CMD.sh" -fi - -echo $CMD $@ | sh +exec $CMD "$@" No revision No revision 1.1.2.1 +131 -0 xml-cocoon2/bin/Attic/runant.pl 1.1.2.1 +216 -0 xml-cocoon2/bin/Attic/fix-packages.py 1.1.2.1 +107 -0 xml-cocoon2/bin/Attic/ant ---------------------------------------------------------------------- In case of troubles, e-mail: [EMAIL PROTECTED] To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]