aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-07-16 06:59:08 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-07-16 06:59:08 +0000
commit872aa6ea51493d63855895c6c57fd3beacb8a773 (patch)
treee0ceb2b117124dafd1f92546bb2de30d2cacdce9
parent326bfd045071c21eae023c7dc40a1a4959c988e0 (diff)
downloadstrongswan-872aa6ea51493d63855895c6c57fd3beacb8a773.tar.bz2
strongswan-872aa6ea51493d63855895c6c57fd3beacb8a773.tar.xz
fixed bashism in ipsec.in
-rwxr-xr-xsrc/ipsec/ipsec.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in
index 6ef2faf55..8e5bdc459 100755
--- a/src/ipsec/ipsec.in
+++ b/src/ipsec/ipsec.in
@@ -340,9 +340,9 @@ update)
fi
;;
version|--version)
- echo "Linux $IPSEC_NAME $IPSEC_VERSION"
- echo -e $IPSEC_DISTRO
- echo "See \`ipsec --copyright' for copyright information."
+ printf "Linux $IPSEC_NAME $IPSEC_VERSION\n"
+ printf "$IPSEC_DISTRO\n"
+ printf "See 'ipsec --copyright' for copyright information.\n"
exit 0
;;
--*)