summaryrefslogtreecommitdiff
path: root/Functions/TCP/tcp_read
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/TCP/tcp_read')
-rw-r--r--Functions/TCP/tcp_read2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/TCP/tcp_read b/Functions/TCP/tcp_read
index f880395dd..ba9185ed5 100644
--- a/Functions/TCP/tcp_read
+++ b/Functions/TCP/tcp_read
@@ -116,7 +116,7 @@ while getopts "abdl:qs:t:T:u:" opt; do
read_fds[$((read_fd))]=1
done
;;
- (*) [[ $opt != \? ]] && print Unhandled option, complain: $opt >&2
+ (*) [[ $opt != \? ]] && print "Unhandled option, complain: $opt" >&2
return 1
;;
esac