Added wrapper mmhwrap for parallel installations with nmh or a small $PATH.
[mmh] / uip / mmhwrap.sh
diff --git a/uip/mmhwrap.sh b/uip/mmhwrap.sh
new file mode 100644 (file)
index 0000000..dfd308a
--- /dev/null
@@ -0,0 +1,11 @@
+#!/bin/sh
+#
+# Wrapper for mmh commands
+#
+# For parallel installations of nmh and mmh.
+# Removes the need to add /usr/local/mmh/bin to $PATH.
+#
+# Copy only this script into a $PATH directory.
+
+PATH="%bindir%:$PATH"
+exec "$@"