Issues in doc/po/de.po (fixed by Chris already) and
test/integration/framework
Git-Dch: Ignore
fi
if test -x ${APTWEBSERVERBINDIR}/aptwebserver; then
cd aptarchive
fi
if test -x ${APTWEBSERVERBINDIR}/aptwebserver; then
cd aptarchive
- if ! aptwebserver -o aptwebserver::fork=1 "$@" >webserver.log 2>&1 ; then
+ local LOG="webserver.log"
+ if ! aptwebserver -o aptwebserver::fork=1 "$@" >$LOG 2>&1 ; then
fi
local COMPAREFILE="${TMPWORKINGDIRECTORY}/rootdir/tmp/testequal.comparefile"
fi
local COMPAREFILE="${TMPWORKINGDIRECTORY}/rootdir/tmp/testequal.comparefile"
- addtrap "rm $COMPAREFILE;"
echo "$1" > $COMPAREFILE
shift
echo "$1" > $COMPAREFILE
shift