aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ElectricFence/files/patch-ef.sh
blob: a929683ef188ee7f704003ee99e9c45d9abb1d14 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ef.sh.orig	Wed May  2 21:17:33 2001
+++ ef.sh	Wed May  2 21:17:40 2001
@@ -1,3 +1,3 @@
-#!/bin/bash
+#!/bin/sh
 
 #
@@ -16,5 +16,5 @@
 # Set the environment to load eletric fence.
 (\
-export LD_PRELOAD=libefence.so.0.0;\
-exec $*;\
+export LD_PRELOAD=libefence.so.0;\
+exec "$@";\
 )