Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exit with a non-zero status on error. #135

Closed
Stebalien opened this issue Dec 9, 2016 · 0 comments
Closed

Exit with a non-zero status on error. #135

Stebalien opened this issue Dec 9, 2016 · 0 comments

Comments

@Stebalien
Copy link
Contributor

Currently exa /bad/path exits with a zero exit status. It should really exit with a non-zero exit status.

spk added a commit to spk/exa that referenced this issue Feb 26, 2017
With `ls` from Debian coreutils 8.26-2

```
ls /bad/path
echo $? # => 2
```

Reproduced same behaviour with exa

Fix ogham#135
spk added a commit to spk/exa that referenced this issue Mar 31, 2017
With `ls` from Debian coreutils 8.26-2

```
ls /bad/path
echo $? # => 2
```

Reproduced same behaviour with exa

Fix ogham#135
@ogham ogham closed this as completed in #146 Apr 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant