diff options
author | Joey Hess <joey@kitenet.net> | 2011-08-15 15:16:44 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-08-15 15:16:44 -0400 |
commit | 63c73e7f4444b3a56d517e7d9c68d0647e3ddb9a (patch) | |
tree | 83eb530ad05c49daeb6ede9b86bfb8d586bf8446 | |
parent | 67a5a622758fc1d2e070083f82ab5dadf6edfcdb (diff) | |
download | debootstrap-63c73e7f4444b3a56d517e7d9c68d0647e3ddb9a.tar.gz |
typo
too much haskell coding
-rwxr-xr-x | debootstrap | 2 |
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 ;; |