summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRene Mayrhofer <rene@mayrhofer.eu.org>2008-07-22 09:00:48 +0000
committerRene Mayrhofer <rene@mayrhofer.eu.org>2008-07-22 09:00:48 +0000
commitbe186c05742924df151c1b69b267d12d8bb73ef1 (patch)
tree46a287235f124b0ea959c0d51715be811e2fe421 /src
parenteb841c5ef668a48782ef1154fda65cb6048f5885 (diff)
downloadvyos-strongswan-be186c05742924df151c1b69b267d12d8bb73ef1.tar.gz
vyos-strongswan-be186c05742924df151c1b69b267d12d8bb73ef1.zip
- Updated Czech debconf translation.
- Fix bashism in init script. - Mention bug fixes. - Depend on dbus, it's required now.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ipsec/ipsec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in
index 707612e92..3f4b94353 100755
--- a/src/ipsec/ipsec.in
+++ b/src/ipsec/ipsec.in
@@ -326,7 +326,7 @@ update)
;;
version|--version)
echo "Linux $IPSEC_NAME $IPSEC_VERSION"
- echo -e $IPSEC_DISTRO
+ printf "$IPSEC_DISTRO\n"
echo "See \`ipsec --copyright' for copyright information."
exit 0
;;