From 1797733e3ee69eb3407b1e7a22159dc64ba3e963 Mon Sep 17 00:00:00 2001 From: nunojpg Date: Sun, 19 Dec 2010 05:44:38 +0000 Subject: [PATCH] [packages] sshtunnel: fix typo git-svn-id: svn://svn.openwrt.org/openwrt/packages@24716 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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.11.0