Fix typo (in sourcezap-clone)

This commit is contained in:
0x1eef 2024-06-05 18:34:17 -03:00
parent 436e47f5e2
commit 1218164c9a

View file

@ -33,7 +33,7 @@ if [ "$(id -u)" = "0" ]; then
exit 1
fi
if ! "${libexec}"/utils/issourcezap-member > /dev/null >2&1; then
if ! "${libexec}"/utils/issourcezap-member > /dev/null 2>&1; then
printerr "$(id -un) is not a member of _sourcezap"
exit 1
fi