From: Michael Tremer Date: Tue, 17 Jun 2008 14:29:25 +0000 (+0200) Subject: Error in variables handling. X-Git-Tag: v3.0-alpha1~952 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54a7e8a88c01202ac42f73921eaaff7ef4b01fe2;p=ipfire-3.x.git Error in variables handling. --- diff --git a/tools/make-buildspy b/tools/make-buildspy index fa1d7c156..c2dfe64ea 100644 --- a/tools/make-buildspy +++ b/tools/make-buildspy @@ -22,7 +22,8 @@ ############################################################################### build_spy() { - python $BASEDIR/tools/buildspy $* >/dev/null 2>&1 & + UUID=$UUID LOGFILE=$LOGFILE \ + python $BASEDIR/tools/buildspy $* >/dev/null 2>&1 & } # End of build_spy build_spy_send_profile() {