summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu/dapper
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2007-10-19 09:35:54 (GMT)
committerColin Watson <cjwatson@debian.org>2007-10-19 09:35:54 (GMT)
commit50f4c4f5f10b5ccc0fe1b04e6184b8dad70ebbe1 (patch)
tree1d057336b464c3be51e662dfa96257d30cf3518b /scripts/ubuntu/dapper
parent21ea0f1404e275d4977df808c9c56442eafda75f (diff)
downloaddebootstrap-50f4c4f5f10b5ccc0fe1b04e6184b8dad70ebbe1.zip
debootstrap-50f4c4f5f10b5ccc0fe1b04e6184b8dad70ebbe1.tar.gz
debootstrap-50f4c4f5f10b5ccc0fe1b04e6184b8dad70ebbe1.tar.bz2
* Don't rely on XSI test(1) extensions.
r49819
Diffstat (limited to '')
-rw-r--r--scripts/ubuntu/dapper2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ubuntu/dapper b/scripts/ubuntu/dapper
index 18d19aa..282a522 100644
--- a/scripts/ubuntu/dapper
+++ b/scripts/ubuntu/dapper
@@ -13,7 +13,7 @@ variants - buildd
work_out_debs () {
LIBC6=libc6
- if [ "$ARCH" = "alpha" -o "$ARCH" = "ia64" ]; then LIBC6="libc6.1"; fi
+ if [ "$ARCH" = "alpha" ] || [ "$ARCH" = "ia64" ]; then LIBC6="libc6.1"; fi
required="$(get_debs Priority: required)"