X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fprint-mimetype.sh;h=76dd4aed6950bddbd5a8ee270346ee392e3ae175;hp=2149902a76e32c9b0dbb583d154432572308798d;hb=d4bcca1aa235370bc20bc2734c0cd6f700b17871;hpb=4b5944268ea0da7bb30598a27857304758ea9b44 diff --git a/uip/print-mimetype.sh b/uip/print-mimetype.sh index 2149902..76dd4ae 100755 --- a/uip/print-mimetype.sh +++ b/uip/print-mimetype.sh @@ -41,9 +41,9 @@ case "$i" in *.mpg|*.mpeg) video/mpeg;; *) if file "$i" | grep -q ' text$' ; then - type=text/plain;; + type=text/plain else - type=application/octet-stream;; + type=application/octet-stream fi esac echo "$type"