make shellcheck happy on job 91

This commit is contained in:
Louis Abel 2021-11-01 13:27:41 -07:00
parent 4d4f89f8b6
commit 6dc94f2492
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 2 additions and 2 deletions

View File

@ -70,5 +70,5 @@ if [ "$ret_val" -eq 0 ]; then
fi
# Change Symlink if required
/bin/rm ${STAGING_ROOT}/${CATEGORY_STUB}/latest-8
ln -sr ${STAGING_ROOT}/${CATEGORY_STUB}/${REV} latest-8
/bin/rm "${STAGING_ROOT}/${CATEGORY_STUB}/latest-8"
ln -sr "${STAGING_ROOT}/${CATEGORY_STUB}/${REV}" latest-8