projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49be5d2
)
sshtunnel: fix typo
author
Nuno Goncalves
<nunojpg@gmail.com>
Sun, 19 Dec 2010 05:44:38 +0000
(
05:44
+0000)
committer
Nuno Goncalves
<nunojpg@gmail.com>
Sun, 19 Dec 2010 05:44:38 +0000
(
05:44
+0000)
SVN-Revision: 24716
net/sshtunnel/files/initd_sshtunnel
patch
|
blob
|
history
diff --git
a/net/sshtunnel/files/initd_sshtunnel
b/net/sshtunnel/files/initd_sshtunnel
index c10cc068a07f419750f381015a416cba23cec619..3c8c26465f4d38e5e52a261874fbbb19f260e2bd 100644
(file)
--- 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# *}"