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:
@ -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 \
|
||||
|
Reference in New Issue
Block a user