Skip to content
Snippets Groups Projects
Unverified Commit bbbd6d86 authored by Mike McQuaid's avatar Mike McQuaid Committed by GitHub
Browse files

Merge pull request #3942 from bukzor/bin-cat

/bin/cat -> cat
parents 63e88179 c1403ba9
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ onoe() {
fi
if [[ $# -eq 0 ]]
then
/bin/cat >&2
cat >&2
else
echo "$*" >&2
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment