1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00

Fix incompatiblities in the script.

Submitted by: Victoria E. Lease <vlease@floofy-skirts.org>
This commit is contained in:
David E. O'Brien 2001-05-03 08:34:57 +00:00
parent 386199ecf4
commit 704b5e096e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=42199

View File

@ -0,0 +1,14 @@
--- 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;\
+export LD_PRELOAD=libefence.so.0;\
exec $*;\
)