From a47859bceace7c778567a7a8cbf5727a1dad3461 Mon Sep 17 00:00:00 2001 From: Luis Date: Wed, 22 Mar 2023 08:28:53 +0000 Subject: [PATCH] scratch: fix upgrade scratchpkg first --- scratch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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