summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-08-15 19:16:44 (GMT)
committerJoey Hess <joey@kitenet.net>2011-08-15 19:16:44 (GMT)
commit63c73e7f4444b3a56d517e7d9c68d0647e3ddb9a (patch)
tree83eb530ad05c49daeb6ede9b86bfb8d586bf8446 /debootstrap
parent67a5a622758fc1d2e070083f82ab5dadf6edfcdb (diff)
downloaddebootstrap-63c73e7f4444b3a56d517e7d9c68d0647e3ddb9a.zip
debootstrap-63c73e7f4444b3a56d517e7d9c68d0647e3ddb9a.tar.gz
debootstrap-63c73e7f4444b3a56d517e7d9c68d0647e3ddb9a.tar.bz2
typo
too much haskell coding
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index d3b706e..a0d54b8 100755
--- a/debootstrap
+++ b/debootstrap
@@ -403,7 +403,7 @@ fi
HOST_OS="$HOST_ARCH"
# basic host OS guessing for non-Debian systems
if [ -z "$HOST_OS" ]; then
- case `uname` of
+ case `uname` in
Linux)
HOST_OS=linux
;;