diff options
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 ;; |