aboutsummaryrefslogtreecommitdiff
path: root/bin/osc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/osc.sh')
-rw-r--r--bin/osc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/osc.sh b/bin/osc.sh
index 5def12ff..2853f1a5 100644
--- a/bin/osc.sh
+++ b/bin/osc.sh
@@ -17,7 +17,7 @@ serv=${2:-https}
set --
## If we have rlwrap, use it, but don't complain if we don't
if command -v rlwrap >/dev/null 2>&1 ; then
- set -- "$@" rlwrap --history-filename=/dev/null
+ set -- "$@" rlwrap --history-filename=/dev/null --no-warnings
fi
## The actual openssl(1ssl) and subcommand call
set -- "$@" openssl s_client