Commit 301a18ca authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-repopkg: fix missed closing square bracket

parent 1f2ebad7
......@@ -74,7 +74,7 @@ __epm_repo_pkgdel_alt()
local rd="$REPO_DIR/$arch/RPMS.$REPO_NAME"
[ -d $REPO_DIR/$arch/RPMS.$REPO_NAME ] || continue
for i in $rd/$1* ; do
[ "$1" = "$(epm print name for package $i)" || continue
[ "$1" = "$(epm print name for package $i)" ] || continue
rm -v $rd/$1*
done
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment