Fix typo (in sourcezap-clone)
This commit is contained in:
parent
436e47f5e2
commit
1218164c9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue