diff options
-rwxr-xr-x | src/ipsec/ipsec.in | 6 |
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 ;; --*) |