summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap3
1 files changed, 3 insertions, 0 deletions
diff --git a/debootstrap b/debootstrap
index 809c1c0..42f7133 100755
--- a/debootstrap
+++ b/debootstrap
@@ -413,6 +413,9 @@ if [ -z "$HOST_OS" ]; then
GNU)
HOST_OS=hurd
;;
+ FreeBSD*)
+ HOST_OS=freebsd
+ ;;
esac
fi