diff options
-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 ;; |