diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-10-08 17:30:58 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-10-08 17:30:58 +0000 |
commit | 7955a90b3d879da9b51407efb787369948f0711b (patch) | |
tree | 28ef10ac8fa63a64c44f8b47cc5fbac19f77acdc /scripts | |
parent | e9927deecbcc5454d6493104cd784ecce7326a5b (diff) |
there was a missing # so it was trying to execute the comments
svn path=/trunk/; revision=10327
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/auto-build/run-automated-builder | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/run-automated-builder b/scripts/auto-build/run-automated-builder index 0a9e8661..0bb4cc19 100755 --- a/scripts/auto-build/run-automated-builder +++ b/scripts/auto-build/run-automated-builder @@ -5,7 +5,7 @@ # - change the logfile name # - use a wrapper for rsync to handle platform specifics # - check whether rsync (or any other upload mechanism) is present - and mail accordingly +# and mail accordingly cd / |