mirror of
https://repo.or.cz/socat.git
synced 2025-07-20 01:42:58 +00:00
Fixed a few testing issues
This commit is contained in:
parent
f38b76f5c8
commit
af7d44d751
6 changed files with 227 additions and 47 deletions
|
@ -43,6 +43,7 @@ while [ "$1" ]; do
|
|||
X-q) QUIET=1; OPTS="-d0" ;;
|
||||
X-d*|X-l?*) OPTS="$OPTS $1" ;;
|
||||
X-b|X-S|X-t|X-T|X-l) OPT=$1; shift; OPTS="$OPTS $OPT $1" ;;
|
||||
X--experimental) ;;
|
||||
X-) break ;;
|
||||
X-*) echo "$0: Unknown option \"$1\"" >&2
|
||||
usage >&2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue