X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmmh.sh;h=10fc070b0c89db97b5d199ac3579964c45b45909;hp=cb27ae82ddac373d376e2a8447edc910e81390fc;hb=7d3201b86a4f310a8c185a9c40f0bb516f6402f1;hpb=f387b393dfab5cb5c00974b1807e8633531e0774 diff --git a/uip/mmh.sh b/uip/mmh.sh index cb27ae8..10fc070 100755 --- a/uip/mmh.sh +++ b/uip/mmh.sh @@ -29,9 +29,9 @@ while [ $# -ge 1 ] ; do echo | folder >/dev/null 2>&1 exit $? ;; - -v*) + -V*) echo "mmh has no own version number, thus this instead:" - folder -version + folder -Version exit 0 ;; -h*|*) @@ -99,8 +99,6 @@ if [ -f "$profile" ] ; then ''|Y*|y*) cd "$mmhpath" ${VISUAL:-${EDITOR:-vi}} "$profile" - echo 3. - folder echo echo "Enjoy ..." exit 0