aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-18 01:56:39 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2012-11-18 01:56:39 +0000
commitc91fa2c0a97898bce82329a0ce419fbbf40b9fd4 (patch)
tree7c3569dceba6b9c7981a1fa1a7dfe29b713de767 /scripts
parentdb6890ae818efac6d9c4deefb5c84295dda0f3e9 (diff)
fix stupid typo
svn path=/trunk/; revision=16561
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/auto-build/prep-auto-build-upload2
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