diff --git a/libexec/sourcezap/commands/sourcezap-clone b/libexec/sourcezap/commands/sourcezap-clone index 91effb8..e632597 100755 --- a/libexec/sourcezap/commands/sourcezap-clone +++ b/libexec/sourcezap/commands/sourcezap-clone @@ -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