Files
clamav/unit_tests/preload_run.sh
2008-09-15 09:57:02 +00:00

9 lines
154 B
Bash
Executable File

#!/bin/sh
# Helper script to run a program under electric-fence / duma
# prevent core dumps
ulimit -c 0
LD_PRELOAD=$LIBPRELOAD
export LD_PRELOAD
exec $@