Use 'command cat'

Ref: https://github.com/Tarrasch/zsh-autoenv/pull/35#discussion_r38145031
This commit is contained in:
Daniel Hahler 2015-08-27 22:57:56 +02:00
parent 90d3b53505
commit 54b89914ff
1 changed files with 1 additions and 1 deletions

View File

@ -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