Skip to content
Snippets Groups Projects
Commit c1403ba9 authored by Buck Evan's avatar Buck Evan
Browse files

/bin/cat -> cat

this allows odd linux installations (Android) to function
parent 63e88179
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