diff --git a/src/ipsec/Makefile.am b/src/ipsec/Makefile.am index 510f1021a..8420e1ace 100644 --- a/src/ipsec/Makefile.am +++ b/src/ipsec/Makefile.am @@ -10,6 +10,7 @@ ipsec.8 : ipsec.8.in ipsec : ipsec.in sed \ + -e "s:@IPSEC_SHELL@:/bin/sh:" \ -e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \ -e "s:@IPSEC_NAME@:$(PACKAGE_NAME):" \ -e "s:@IPSEC_DISTRO@::" \ diff --git a/src/ipsec/ipsec.in b/src/ipsec/ipsec.in index a501463df..b3e2b951d 100755 --- a/src/ipsec/ipsec.in +++ b/src/ipsec/ipsec.in @@ -1,4 +1,4 @@ -#! /bin/sh +#! @IPSEC_SHELL@ # prefix command to run stuff from our programs directory # Copyright (C) 1998-2002 Henry Spencer. # Copyright (C) 2006 Andreas Steffen