projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e4f812
)
fix bug in whatnow2 attach
author
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 25 Sep 2016 20:40:46 +0000
(22:40 +0200)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Sun, 25 Sep 2016 20:40:46 +0000
(22:40 +0200)
uip/whatnow2.sh
patch
|
blob
|
history
diff --git
a/uip/whatnow2.sh
b/uip/whatnow2.sh
index
543dbe5
..
22be353
100755
(executable)
--- 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()