projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc87eac
)
uip/mmh.sh: minor cleanup
author
markus schnalke
<meillo@marmaro.de>
Thu, 27 Nov 2014 22:34:24 +0000
(23:34 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Thu, 27 Nov 2014 22:34:24 +0000
(23:34 +0100)
uip/mmh.sh
patch
|
blob
|
history
diff --git
a/uip/mmh.sh
b/uip/mmh.sh
index
10fc070
..
fe519c3
100755
(executable)
--- a/
uip/mmh.sh
+++ b/
uip/mmh.sh
@@
-25,8
+25,7
@@
while [ $# -ge 1 ] ; do
# check if mmh is set up
# Note: The mail storage dir gets silently created if
# everything else is properly set up.
- # (folder will always create the folder if input is no tty!)
- echo | folder >/dev/null 2>&1
+ folder -create >/dev/null 2>&1
exit $?
;;
-V*)