Commit Graph
3 Commits
Author SHA1 Message Date
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