diff --git a/share/shpkg/shpkg.subr b/share/shpkg/shpkg.subr
index af19470..14fefdd 100644
--- a/share/shpkg/shpkg.subr
+++ b/share/shpkg/shpkg.subr
@@ -363,7 +363,7 @@ shpkg__tag_remove() {
for SHPKG_TAG; do
SHPKG_REPO_TAG_DIR="${SHPKG_TAG_DIR}/${SHPKG_REPO_DIR}/${SHPKG_REPO_VERSION}"
if [ -f "${SHPKG_REPO_TAG_DIR}/${SHPKG_TAG}" ]; then
- verbose 1 "rm ${SHPKG_REPO_TAG_DIR}/${SHPKG_TAG}"
+ verbose 1 rm "${SHPKG_REPO_TAG_DIR}/${SHPKG_TAG}"
fi
done
}