[rtems-release commit] cron: Fix the destination path variable.

Chris Johns chrisj at rtems.org
Fri Nov 1 02:24:23 UTC 2019


Module:    rtems-release
Branch:    master
Commit:    c5749d0469e5f31683d295b2db5bdc96b6d5a86d
Changeset: http://git.rtems.org/rtems-release/commit/?id=c5749d0469e5f31683d295b2db5bdc96b6d5a86d

Author:    Chris Johns <chrisj at rtems.org>
Date:      Fri Nov  1 13:24:04 2019 +1100

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 | \



More information about the vc mailing list