keybase / client

Keybase Go Library, Client, Service, OS X, iOS, Android, Electron
BSD 3-Clause "New" or "Revised" License
8.88k stars 1.23k forks source link

Saltpack doesn't exit with error code on errors? #2137

Open gabriel opened 8 years ago

gabriel commented 8 years ago
> keybase sign -b -i /fdsfds -o test.kyb3
▶ ERROR open /fdsfds: no such file or directory

> echo $?
0
maxtaco commented 8 years ago

Whoops! Thanks for the bug report. Can you file a Jira ticket? Thanks.

On Thursday, February 25, 2016, Gabriel Handford notifications@github.com wrote:

keybase sign -b -i /fdsfds -o test.kyb3 ▶ ERROR open /fdsfds: no such file or directory

echo $? 0

— Reply to this email directly or view it on GitHub https://github.com/keybase/client/issues/2137.