diff options
-rwxr-xr-x | .bin/pbcopy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |