1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

Set DEBUG variable to /dev/null

This commit is contained in:
Nick Patavalis
2018-03-03 09:21:42 +02:00
parent 12b53d81d7
commit bf0eb7d746

View File

@ -279,7 +279,7 @@ _picocom()
{
local cur cur0 cur1 prev
local -a words opts baudrates mappings mapfilt
local DEBUG=/dev/pts/8
local DEBUG=/dev/null
opts=( --baud --flow --databits --stopbits --parity \
--lower-rts --lower-dtr --raise-rts --raise-dtr \