diff --git a/src/scripts/nightly/common.sh b/src/scripts/nightly/common.sh index 752f9fd3..e3b4a1ef 100644 --- a/src/scripts/nightly/common.sh +++ b/src/scripts/nightly/common.sh @@ -27,8 +27,6 @@ runfeed() { [ -n "$1" ] || { warn "INTERNAL ERROR: No coun/repr given ?" ; return 2 ; } REP="$2" [ -n "$REP" ] || REP="$1" - { - cat - } | ${EMPIRE_PATH}/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; } + ${EMPIRE_PATH}/empire "$1" "$REP" || { warn "empire not ok ?" ; return 1 ; } return 0 }