]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Update to maint level.
authorPeter Bernard West <pbwest@apache.org>
Sun, 17 Nov 2002 14:56:39 +0000 (14:56 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sun, 17 Nov 2002 14:56:39 +0000 (14:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@195547 13f79535-47bb-0310-9956-ffa450edef68

lib/bin/antRun

index 47f1b228a779ad442776e9f890364ccd40017004..f0a18f16531d283509b834a53dfa245f682c4baf 100755 (executable)
@@ -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 "$@"