Merge pull request #3942 from bukzor/bin-cat

/bin/cat -> cat
This commit is contained in:
Mike McQuaid 2018-03-18 08:53:20 +00:00 committed by GitHub
commit bbbd6d86b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ onoe() {
fi
if [[ $# -eq 0 ]]
then
/bin/cat >&2
cat >&2
else
echo "$*" >&2
fi