From 63c73e7f4444b3a56d517e7d9c68d0647e3ddb9a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 15 Aug 2011 15:16:44 -0400 Subject: typo too much haskell coding --- debootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- cgit v0.12