/bin/cat -> cat
this allows odd linux installations (Android) to function
This commit is contained in:
parent
63e8817950
commit
c1403ba933
@ -32,7 +32,7 @@ onoe() {
|
||||
fi
|
||||
if [[ $# -eq 0 ]]
|
||||
then
|
||||
/bin/cat >&2
|
||||
cat >&2
|
||||
else
|
||||
echo "$*" >&2
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user