mhl and mhbuild ignore to long lines
[mmh] / uip / mmhwrap.sh
1 #!/bin/sh
2 #
3 # Wrapper for mmh commands
4 #
5 # For parallel installations of nmh and mmh.
6 # Removes the need to add /usr/local/mmh/bin to $PATH.
7 #
8 # Copy only this script into a $PATH directory.
9
10 PATH="%bindir%:$PATH"
11 exec "$@"