Commit Graph
4 Commits
Author SHA1 Message Date
anntnzrbandGitHub ca9b3952e6 Exit codes, stderr suppression, minor edits (#788)
This is a re-attempt of #643 

- `[ "$archive" = "" ]` may be replaced with `[ -z "$archive" ]`
- added exit codes
- upon entering `ext -c` with no arguments stderr will be thrown
from readlink, should be suppressed
2020-08-27 15:57:16 -04:00
anntnzrbandGitHub 62e555f906 Prevent user-defined aliases/commands checking (#785)
#748 
There's no stdout/stderr on this condition.
2020-08-04 10:14:03 -04:00
anntnzrbandGitHub ae9c12a861 Remove uneeded std suppression (#749)
There's no stdout/stderr on this condition.
2020-07-07 11:30:26 -04:00
anntnzrbandGitHub 53cdc0eb95 Prevent user-defined aliases/commands checking (#748)
Adding `[ -x ]` also checks if the command is an executable; if this
check is skipped, then user-defined aliases will interfere and validate
the condition (unintended).
2020-07-05 16:17:49 -04:00