projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
88b2142
)
Fix misspelled variable in uip/whatnow2.sh
author
Philipp Takacs
<philipp@bureaucracy.de>
Sat, 27 Aug 2016 21:17:35 +0000
(23:17 +0200)
committer
Philipp Takacs
<philipp@bureaucracy.de>
Sat, 27 Aug 2016 21:17:35 +0000
(23:17 +0200)
This make the error message better
uip/whatnow2.sh
patch
|
blob
|
history
diff --git
a/uip/whatnow2.sh
b/uip/whatnow2.sh
index
7ddebea
..
543dbe5
100755
(executable)
--- a/
uip/whatnow2.sh
+++ b/
uip/whatnow2.sh
@@
-244,7
+244,7
@@
then
version $#
;;
*)
- echo "no current message in $draftsfolder" 1>&2
+ echo "no current message in $draftfolder" 1>&2
usage 1
;;
esac