fixed bashism in ipsec.in

This commit is contained in:
Andreas Steffen
2008-07-16 06:59:08 +00:00
parent 326bfd0450
commit 872aa6ea51
+3 -3
View File
@@ -340,9 +340,9 @@ update)
fi fi
;; ;;
version|--version) version|--version)
echo "Linux $IPSEC_NAME $IPSEC_VERSION" printf "Linux $IPSEC_NAME $IPSEC_VERSION\n"
echo -e $IPSEC_DISTRO printf "$IPSEC_DISTRO\n"
echo "See \`ipsec --copyright' for copyright information." printf "See 'ipsec --copyright' for copyright information.\n"
exit 0 exit 0
;; ;;
--*) --*)