mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-17 00:00:59 -04:00
ipsec: Allow the shell in the shebang to be changed.
This commit is contained in:
parent
b66a3b3d28
commit
59ae6fd6f2
@ -10,6 +10,7 @@ ipsec.8 : ipsec.8.in
|
|||||||
|
|
||||||
ipsec : ipsec.in
|
ipsec : ipsec.in
|
||||||
sed \
|
sed \
|
||||||
|
-e "s:@IPSEC_SHELL@:/bin/sh:" \
|
||||||
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
|
-e "s:@IPSEC_VERSION@:$(PACKAGE_VERSION):" \
|
||||||
-e "s:@IPSEC_NAME@:$(PACKAGE_NAME):" \
|
-e "s:@IPSEC_NAME@:$(PACKAGE_NAME):" \
|
||||||
-e "s:@IPSEC_DISTRO@::" \
|
-e "s:@IPSEC_DISTRO@::" \
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#! /bin/sh
|
#! @IPSEC_SHELL@
|
||||||
# prefix command to run stuff from our programs directory
|
# prefix command to run stuff from our programs directory
|
||||||
# Copyright (C) 1998-2002 Henry Spencer.
|
# Copyright (C) 1998-2002 Henry Spencer.
|
||||||
# Copyright (C) 2006 Andreas Steffen
|
# Copyright (C) 2006 Andreas Steffen
|
||||||
|
Loading…
x
Reference in New Issue
Block a user