mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
Use 'command cat'
Ref: https://github.com/Tarrasch/zsh-autoenv/pull/35#discussion_r38145031
This commit is contained in:
parent
90d3b53505
commit
54b89914ff
@ -227,7 +227,7 @@ _autoenv_check_authorized_env_file() {
|
||||
echo "" >&2
|
||||
echo "**********************************************" >&2
|
||||
echo "" >&2
|
||||
cat $1 >&2
|
||||
command cat $1 >&2
|
||||
echo "" >&2
|
||||
echo "**********************************************" >&2
|
||||
echo "" >&2
|
||||
|
Loading…
Reference in New Issue
Block a user