chiark / gitweb /
Great reorganization.
[profile] / bin / movemail-hack
diff --git a/bin/movemail-hack b/bin/movemail-hack
new file mode 100755 (executable)
index 0000000..a2916eb
--- /dev/null
@@ -0,0 +1,5 @@
+#! /bin/sh
+
+set -e
+unset LD_PRELOAD
+exec ${REAL_MOVEMAIL-movemail} "$@"