chiark / gitweb /
bin/run-with-shell-env: Preserve the original argument list.
[profile] / bin / movemail-hack
1 #! /bin/sh
2
3 set -e
4 unset LD_PRELOAD
5 exec ${REAL_MOVEMAIL-movemail} "$@"