ipsec: Allow the shell in the shebang to be changed.

This commit is contained in:
Tobias Brunner 2011-10-11 16:22:26 +02:00
parent b66a3b3d28
commit 59ae6fd6f2
2 changed files with 2 additions and 1 deletions

View File

@ -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@::" \

View File

@ -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