Fix boot-x86 shell syntax so it runs

This commit is contained in:
Steve McIntyre 2007-08-09 21:28:10 +00:00
parent 642626a4be
commit c40e37b066
2 changed files with 5 additions and 1 deletions

3
debian/changelog vendored
View File

@ -62,6 +62,9 @@ debian-cd (3.0.3) UNRELEASED; urgency=low
behaviour (default to false)
* Create dpkg status file before calling APT
[ Steve McIntyre ]
* Fix boot-x86 shell syntax so it runs
-- Joey Hess <joeyh@debian.org> Tue, 07 Aug 2007 18:57:05 -0700
debian-cd (3.0.2) unstable; urgency=high

View File

@ -9,7 +9,7 @@
. $BASEDIR/tools/boot/$DI_CODENAME/common.sh
set -e
#xet -x
#set -x
N=$1
CDDIR=$2
@ -19,6 +19,7 @@ if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://people.debian.org/~joeyh/d-i/images/daily"
else
DI_WWW_HOME="http://people.debian.org/~aba/d-i/images/daily"
fi
if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}"
DI_WWW_HOME=""