diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-18 01:56:39 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2012-11-18 01:56:39 +0000 |
commit | c91fa2c0a97898bce82329a0ce419fbbf40b9fd4 (patch) | |
tree | 7c3569dceba6b9c7981a1fa1a7dfe29b713de767 /scripts/auto-build | |
parent | db6890ae818efac6d9c4deefb5c84295dda0f3e9 (diff) |
fix stupid typo
svn path=/trunk/; revision=16561
Diffstat (limited to 'scripts/auto-build')
-rwxr-xr-x | scripts/auto-build/prep-auto-build-upload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/auto-build/prep-auto-build-upload b/scripts/auto-build/prep-auto-build-upload index 402bb0c3..6f252e48 100755 --- a/scripts/auto-build/prep-auto-build-upload +++ b/scripts/auto-build/prep-auto-build-upload @@ -15,4 +15,4 @@ mkdir "${TODAYS_ROOT}/logs" >> $LOGFILE 2>&1 chmod -R a+r "${BUILD_ROOT}" >> $LOGFILE 2>&1 chmod -R a-w "${BUILD_ROOT}" >> $LOGFILE 2>&1 chmod 0755 "${TODAYS_ROOT}" >> $LOGFILE 2>&1 -mkdir 0755 "${TODAYS_ROOT}/logs" >> $LOGFILE 2>&1 +chmod 0755 "${TODAYS_ROOT}/logs" >> $LOGFILE 2>&1 |