diff options
Diffstat (limited to 'build/tools/jakarta-ant-1.5.1/bin/antRun')
-rw-r--r-- | build/tools/jakarta-ant-1.5.1/bin/antRun | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/build/tools/jakarta-ant-1.5.1/bin/antRun b/build/tools/jakarta-ant-1.5.1/bin/antRun deleted file mode 100644 index cba56f16d..000000000 --- a/build/tools/jakarta-ant-1.5.1/bin/antRun +++ /dev/null @@ -1,12 +0,0 @@ -#! /bin/sh
-
-# Copyright (c) 2001-2002 The Apache Software Foundation. All rights
-# reserved.
-
-# Args: DIR command
-cd "$1"
-CMD="$2"
-shift
-shift
-
-exec "$CMD" "$@"
|