diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 09:00:48 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2008-07-22 09:00:48 +0000 |
commit | be186c05742924df151c1b69b267d12d8bb73ef1 (patch) | |
tree | 46a287235f124b0ea959c0d51715be811e2fe421 /src | |
parent | eb841c5ef668a48782ef1154fda65cb6048f5885 (diff) | |
download | vyos-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-x | src/ipsec/ipsec.in | 2 |
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 ;; |