summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-11-01 13:24:04 +1100
committerChris Johns <chrisj@rtems.org>2019-11-01 13:24:04 +1100
commitc5749d0469e5f31683d295b2db5bdc96b6d5a86d (patch)
tree3f78f5a32a6eeb2f26c42d414a40d9f490fd80ae
parentcron: Fix announce message, add env setting for live. (diff)
downloadrtems-release-c5749d0469e5f31683d295b2db5bdc96b6d5a86d.tar.bz2
cron: Fix the destination path variable.
-rwxr-xr-xrtems-release-cron2
1 files changed, 1 insertions, 1 deletions
diff --git a/rtems-release-cron b/rtems-release-cron
index 6dcc80b..8735e4b 100755
--- a/rtems-release-cron
+++ b/rtems-release-cron
@@ -154,7 +154,7 @@ if [ ! -f ${LOCK} ]; then
${BUILD_LOG}
if [ $ec -eq 0 ]; then
if [ -d ${upload_path} ]; then
- dstdir=${upload_path}/${rtems_major}/${rtems_major}.${revision}
+ destdir=${upload_path}/${rtems_major}/${rtems_major}.${revision}
mkdir -p ${destdir}
cp -r ${release} ${destdir}/
cat ${announce}.in | \