Browse Source

Update to maint level.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195547 13f79535-47bb-0310-9956-ffa450edef68
tags/Alt-Design_pre_src-java-org
Peter Bernard West 21 years ago
parent
commit
c647903e00
1 changed files with 4 additions and 8 deletions
  1. 4
    8
      lib/bin/antRun

+ 4
- 8
lib/bin/antRun View File

@@ -1,13 +1,9 @@
#! /bin/sh
#This file should be executable. -Steve
# 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 "$@"

Loading…
Cancel
Save