projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce96b20
)
Fix typo in whatnow2.sh
author
m@mmmmarascio.xyz
<m@mmmmarascio.xyz>
Sat, 6 Aug 2016 21:13:18 +0000
(14:13 -0700)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Sat, 6 Aug 2016 21:40:13 +0000
(23:40 +0200)
command call is done with `command` not "command"
uip/whatnow2.sh
patch
|
blob
|
history
diff --git
a/uip/whatnow2.sh
b/uip/whatnow2.sh
index
f8778b1
..
a4a2cc5
100755
(executable)
--- a/
uip/whatnow2.sh
+++ b/
uip/whatnow2.sh
@@
-230,7
+230,7
@@
fi
command=$1
shift
-draftfolder="mhparam draftfolder"
+draftfolder=`mhparam draftfolder`
mhdraft=`mhpath $draftfolder c 2>/dev/null`
if [ -z "$mhdraft" ]