Merge pull request #35 from lumarogit/scratchpkg-up-first

This commit is contained in:
Emmett1
2023-03-22 16:39:52 +08:00
committed by GitHub

View File

@@ -714,7 +714,7 @@ scratch_sysup() {
echo "All packages are up to date."
return 0
}
[ "$(echo $PKG | grep -x scratchpkg)" ] && {
[ "$(echo $PKG | grep -w scratchpkg)" ] && {
echo
msgerr "Please upgrade 'scratchpkg' first."
return 1