mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
fix a typo in pkg test.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user