]> git.marmaro.de Git - mmh/commitdiff
fix bug in whatnow2 attach
authorPhilipp Takacs <philipp@bureaucracy.de>
Sun, 25 Sep 2016 20:40:46 +0000 (22:40 +0200)
committerPhilipp Takacs <philipp@bureaucracy.de>
Sun, 25 Sep 2016 20:40:46 +0000 (22:40 +0200)
uip/whatnow2.sh

index 543dbe58e2817d570008b9923b93af194b060e16..22be3539fd72a865fd486286e633cca14f175c37 100755 (executable)
@@ -75,7 +75,7 @@ get_realpath()
        filename=`basename "$1"`
        cd $reldir
        echo "$PWD/$filename"
-       cd -
+       cd $OLDPWD
 }
 
 get_attachmentheader()