diff --git a/scratch b/scratch index 27f619c..3614923 100755 --- a/scratch +++ b/scratch @@ -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