mirror of
https://repo.or.cz/socat.git
synced 2025-07-15 07:33:25 +00:00
Corrected lots of misspellings etc.
This commit is contained in:
parent
d9d06eb587
commit
52e2e5a277
36 changed files with 108 additions and 1896 deletions
|
@ -36,7 +36,7 @@ $ECHO
|
|||
|
||||
if [ "$USERNAME" != "$CREDUSER" -o "$PASSWORD" != "$CREDPASS" ]; then
|
||||
$ECHO "Authentication failed" >&2
|
||||
exit -1
|
||||
exit 1
|
||||
fi
|
||||
|
||||
while $ECHO "$PROMPT\c"; read -r COMMAND; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue