projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
731cbed
)
Updated message, as `install-mh' had been replaced by `mmh'.
author
markus schnalke
<meillo@marmaro.de>
Thu, 22 Mar 2012 13:59:24 +0000
(14:59 +0100)
committer
markus schnalke
<meillo@marmaro.de>
Thu, 22 Mar 2012 13:59:24 +0000
(14:59 +0100)
sbr/context_read.c
patch
|
blob
|
history
diff --git
a/sbr/context_read.c
b/sbr/context_read.c
index
5733d3f
..
600efab
100644
(file)
--- a/
sbr/context_read.c
+++ b/
sbr/context_read.c
@@
-68,7
+68,7
@@
context_read(void)
} else {
mmhpath = concat(mypath, "/", mmhdir, NULL);
if (stat(mmhpath, &st) == -1 || (st.st_mode & S_IFDIR) == 0) {
- adios(NULL, "Doesn't look like mmh is set up for your account. Run `install-mh' to do so.");
+ adios(NULL, "Doesn't look like mmh is set up for your account. Run `mmh' to do so.");
}
}