diff options
author | Steve Coffman <gears@apache.org> | 2000-08-09 19:04:49 +0000 |
---|---|---|
committer | Steve Coffman <gears@apache.org> | 2000-08-09 19:04:49 +0000 |
commit | 4a699a66741fcb64d29a8bda1bdff84f2243980f (patch) | |
tree | 6aa9c51bba2b9911e7968f54ba3959036f3886c9 /lib | |
parent | 853ce6cd75e936f8b6468809e08b9064dd2bf833 (diff) | |
download | xmlgraphics-fop-4a699a66741fcb64d29a8bda1bdff84f2243980f.tar.gz xmlgraphics-fop-4a699a66741fcb64d29a8bda1bdff84f2243980f.zip |
Added comment so that I'll be owner on locus, so I can fix the
permissions.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193618 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'lib')
-rwxr-xr-x | lib/bin/antRun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bin/antRun b/lib/bin/antRun index 4c38b1803..47f1b228a 100755 --- a/lib/bin/antRun +++ b/lib/bin/antRun @@ -1,5 +1,5 @@ #! /bin/sh - +#This file should be executable. -Steve # Args: DIR command cd $1 CMD=$2 |