HCoop
/
hcoop
/
domtool2.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
don't complain about $user.daemon missing a domtool dir
[hcoop/domtool2.git]
/
src
/
main.sml
diff --git
a/src/main.sml
b/src/main.sml
index
fcbcafe
..
0a241fa
100644
(file)
--- a/
src/main.sml
+++ b/
src/main.sml
@@
-1172,7
+1172,7
@@
fun regenerateEither tc checker context =
ignore (foldl checker' (basis', SM.empty) files)
end
end
ignore (foldl checker' (basis', SM.empty) files)
end
end
- else if
String.isSuffix "_admin" user
then
+ else if
(String.isSuffix "_admin" user) orelse (String.isSuffix ".daemon" user)
then
()
else
(print ("Couldn't access " ^ user ^ "'s ~/.domtool directory.\n");
()
else
(print ("Couldn't access " ^ user ^ "'s ~/.domtool directory.\n");