X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhsign.sh;fp=uip%2Fmhsign.sh;h=44b387081b386fcd4d4225245d975d134231d709;hp=894ca5e340507cc72aeaf59d94cd3091849e5880;hb=774ed3d58a95303e92ebaf9928d7b854d89efc1b;hpb=adb62752c1b156c218363d87019a4b93df3b1b6f diff --git a/uip/mhsign.sh b/uip/mhsign.sh index 894ca5e..44b3870 100755 --- a/uip/mhsign.sh +++ b/uip/mhsign.sh @@ -182,7 +182,7 @@ fixheaders() { ### newboundary -- output a suitable boundary marker newboundary() { - b=$$_`date|sed 's/[ : ]/_/g'` + b=$$_`LC_ALL=C date|sed 's/[ : ]/_/g'` for i in 0 x '=' _ + , Z 9 4 ; do if grep "^--$b" $TEMP/body >/dev/null 2>&1 ; then ## oops, bad boundary -- try again