]> git.pond.sub.org Git - empserver/commit
Fix nightly's sandbox cleanup not to hang when stdin is a tty
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 15 Jan 2011 13:39:30 +0000 (14:39 +0100)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 15 Jan 2011 13:40:06 +0000 (14:40 +0100)
commita94ae5f8c1f99bf972175318fc3f09dbcf995fcc
tree8b04b1ffb459c7aacfcb740759dab4789f4d8973
parentc7d9d4fcf496b6082ce54af19dc119c84dad4ca1
Fix nightly's sandbox cleanup not to hang when stdin is a tty

"rm -r" prompts for read-only files when stdin is a tty.  Probably
broken since we install builtin configuration read-only, in commit
b4161cd7, v4.3.0.

Move "done" message to the right place.  Broken in commit 70c03561,
v4.3.12.
src/scripts/nightly/nightlybuild.sh