From c5749d0469e5f31683d295b2db5bdc96b6d5a86d Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 1 Nov 2019 13:24:04 +1100 Subject: cron: Fix the destination path variable. --- rtems-release-cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 | \ -- cgit v1.2.3