From c3452f4e1f4b7197a99e5109c068effae01b1364 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 1 May 2017 14:52:57 -0400 Subject: Use EX_OK in pbcopy --- .bin/pbcopy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.bin') diff --git a/.bin/pbcopy.c b/.bin/pbcopy.c index 852da68d..23403d2d 100755 --- a/.bin/pbcopy.c +++ b/.bin/pbcopy.c @@ -51,5 +51,5 @@ int main() { } if (readLen < 0) err(EX_IOERR, "read"); - return 0; + return EX_OK; } -- cgit 1.4.1