/bin/cat -> cat

this allows odd linux installations (Android) to function
This commit is contained in:
Buck Evan 2018-03-17 17:05:39 -07:00
parent 63e8817950
commit c1403ba933

View File

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