fixup for 2a903a43ad7d26f5581d4ad1bbc077f8ecc5f5a9
[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 "$@"