From bf396d81a94053729443502faf39d42d217aa351 Mon Sep 17 00:00:00 2001 From: Nuno Goncalves Date: Sun, 19 Dec 2010 05:44:38 +0000 Subject: [PATCH] sshtunnel: fix typo SVN-Revision: 24716 --- net/sshtunnel/files/initd_sshtunnel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/sshtunnel/files/initd_sshtunnel b/net/sshtunnel/files/initd_sshtunnel index c10cc068a..3c8c26465 100644 --- a/net/sshtunnel/files/initd_sshtunnel +++ b/net/sshtunnel/files/initd_sshtunnel @@ -10,7 +10,7 @@ append_params() { local p; local v; local args; for p in $*; do eval "v=\$$p" - [ -n "$v" ] && args="$args -O $p=$v" + [ -n "$v" ] && args="$args -o $p=$v" done ARGS_options="${args# *}" -- 2.30.2