From: Michael Tremer Date: Sun, 25 Jan 2009 19:27:27 +0000 (+0100) Subject: Fixed wrong redirect. X-Git-Tag: v3.0-alpha1~76^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a614ac30a7d52823d5c53eb5bb57ec5eb78d67e9;p=ipfire-3.x.git Fixed wrong redirect. --- diff --git a/tools/make-compilers b/tools/make-compilers index 55e0e84fa..1a86ccf8a 100755 --- a/tools/make-compilers +++ b/tools/make-compilers @@ -85,7 +85,7 @@ distccd_restart() { distcc_get_hosts() { if [ -n "$DISTCC_HOSTS" ]; then logger --distcc "[INFO] Using local hosts: $DISTCC_HOSTS" - echo "$DISTCC_HOSTS" >> $BASEDIR/distcc/hosts + echo "$DISTCC_HOSTS" > $BASEDIR/distcc/hosts return 0 fi logger --distcc "[INFO] Getting hosts..."