build_all.sh: don't source CONF.sh after already sourcing earlier

This commit is contained in:
Frans Pop 2007-12-11 21:27:03 +00:00
parent dd95ef5695
commit 66c813bb6a
2 changed files with 5 additions and 4 deletions

View File

@ -13,8 +13,6 @@ if [ -z "$COMPLETE" ] ; then
export COMPLETE=1
fi
. CONF.sh
PATH=$BASEDIR/tools:$PATH
export PATH

7
debian/changelog vendored
View File

@ -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