summaryrefslogtreecommitdiffstats
path: root/scripts/ubuntu/edgy
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/edgy
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/edgy2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ubuntu/edgy b/scripts/ubuntu/edgy
index efdc146..c1b7885 100644
--- a/scripts/ubuntu/edgy
+++ b/scripts/ubuntu/edgy
@@ -17,7 +17,7 @@ fi
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)"