From: Philipp Takacs Date: Sun, 25 Sep 2016 20:40:46 +0000 (+0200) Subject: fix bug in whatnow2 attach X-Git-Tag: mmh-0.4~56 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=fbb3dac3857095f59113e582bd7ff9a54643c20a fix bug in whatnow2 attach --- diff --git a/uip/whatnow2.sh b/uip/whatnow2.sh index 543dbe5..22be353 100755 --- a/uip/whatnow2.sh +++ b/uip/whatnow2.sh @@ -75,7 +75,7 @@ get_realpath() filename=`basename "$1"` cd $reldir echo "$PWD/$filename" - cd - + cd $OLDPWD } get_attachmentheader()