From: Ron Koenderink Date: Tue, 25 Dec 2007 17:26:50 +0000 (+0000) Subject: Remove quit as it sometimes confuses the client. X-Git-Tag: v4.3.11~5 X-Git-Url: http://git.pond.sub.org/?p=empserver;a=commitdiff_plain;h=dabee52bc9c8646af970e229a9dceb984ebf4495 Remove quit as it sometimes confuses the client. Known problem with 4.3.11, depend on the EOF. --- diff --git a/src/scripts/nightly/common.sh b/src/scripts/nightly/common.sh index 6405dbcc1..ee5052217 100644 --- a/src/scripts/nightly/common.sh +++ b/src/scripts/nightly/common.sh @@ -29,7 +29,6 @@ runfeed() { [ -n "$REP" ] || REP="$1" { cat - echo "quit" } | ../bin/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; } return 0 }