]> git.pond.sub.org Git - empserver/commitdiff
Remove quit as it sometimes confuses the client.
authorRon Koenderink <rkoenderink@yahoo.ca>
Tue, 25 Dec 2007 17:26:50 +0000 (17:26 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Tue, 25 Dec 2007 17:26:50 +0000 (17:26 +0000)
Known problem with 4.3.11, depend on the EOF.

src/scripts/nightly/common.sh

index 6405dbcc1e52bc4f8bd96095346d0820fc11d6a6..ee505221714fd7576010924f6bac72c5f0e70bcf 100644 (file)
@@ -29,7 +29,6 @@ runfeed() {
        [ -n "$REP" ] || REP="$1"
        {
                cat
-               echo "quit"
        } | ../bin/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; }
        return 0
 }