build_all.sh: don't source CONF.sh after already sourcing earlier
This commit is contained in:
parent
dd95ef5695
commit
66c813bb6a
|
@ -13,8 +13,6 @@ if [ -z "$COMPLETE" ] ; then
|
|||
export COMPLETE=1
|
||||
fi
|
||||
|
||||
. CONF.sh
|
||||
|
||||
PATH=$BASEDIR/tools:$PATH
|
||||
export PATH
|
||||
|
||||
|
|
|
@ -45,8 +45,11 @@ debian-cd (3.0.4) UNRELEASED; urgency=low
|
|||
as much as possible. Also, log what debootstrap told us (in
|
||||
debootstrap-list) rather than just including the results directly in
|
||||
rawlist.
|
||||
|
||||
-- Steve McIntyre <93sam@debian.org> Mon, 19 Nov 2007 23:40:32 +0000
|
||||
|
||||
[ Frans Pop ]
|
||||
* build_all.sh: don't source CONF.sh after already sourcing $CF earlier.
|
||||
|
||||
-- Frans Pop <fjp@debian.org> Tue, 11 Dec 2007 22:25:46 +0100
|
||||
|
||||
debian-cd (3.0.3) unstable; urgency=low
|
||||
|
||||
|
|
Loading…
Reference in New Issue