From eae391e9efe13ff80abb61f64883cabc7e56bac4 Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 30 May 2002 05:53:15 +0000 Subject: [PATCH] fix a typo in pkg test. --- tools/auto-qa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/auto-qa b/tools/auto-qa index 6d98dd28..3d227669 100755 --- a/tools/auto-qa +++ b/tools/auto-qa @@ -386,7 +386,7 @@ do || _fail " !!! install $pkg failed" # attr and acl now have install-lib targets as well - [ "$pkg" == "attr" -o "$pkg" == "acl" ] || continue + [ "$pkg" = "attr" -o "$pkg" = "acl" ] || continue _sudo make install-lib 2>&1 \ || _fail " !!! install $pkg failed" done -- 2.47.3