Commit 3689fc8f authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm play: use epm mark checkhold to workaround against epm assure questions

parent c3c46ff8
......@@ -244,7 +244,7 @@ case "$1" in
exit
fi
if epm mark showhold | grep -q "^$PKGNAME$" ; then
if epm mark checkhold "$PKGNAME" ; then
echo "Skipping update of $PKGNAME (package is on hold, see '# epm mark showhold')"
exit
fi
......
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