aboutsummaryrefslogtreecommitdiff
path: root/pbuilder-user-mode-linux
diff options
context:
space:
mode:
authorJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-03-31 23:40:35 +0900
committerJunichi Uekawa <dancer@dancer64.netfort.gr.jp>2007-03-31 23:40:35 +0900
commit275a316ca8672eb90a5b38e3ff00d9f9ca9c07c1 (patch)
treeca5a7a35c6f40ead744ce61bf7cbc4d1c95d6100 /pbuilder-user-mode-linux
parent53d1ee22f55f0c8f5347f1ef400bf275afee65a6 (diff)
downloadpbuilder-275a316ca8672eb90a5b38e3ff00d9f9ca9c07c1.tar
pbuilder-275a316ca8672eb90a5b38e3ff00d9f9ca9c07c1.tar.gz
416920: Bug fix: "pbuilder-uml: --uml-ip broken"
Diffstat (limited to 'pbuilder-user-mode-linux')
-rwxr-xr-xpbuilder-user-mode-linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-user-mode-linux b/pbuilder-user-mode-linux
index 23941d6..53bbea1 100755
--- a/pbuilder-user-mode-linux
+++ b/pbuilder-user-mode-linux
@@ -101,7 +101,7 @@ else
chmod 1777 ${UML_CHROOT_MOUNTPOINT}/tmp
fi
-if [ "${UML_IP}" != 'dhcp']; then
+if [ "${UML_IP}" != 'dhcp' ]; then
cat <<IP > ${UML_CHROOT_MOUNTPOINT}/etc/network/interfaces
auto lo
iface lo inet loopback