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 9c81b91..cde6d9c 100755
--- a/debootstrap
+++ b/debootstrap
@@ -4,6 +4,9 @@ VERSION='@VERSION@'
unset TMP TEMP TMPDIR || true
+# might not be exported if we're running from init=/bin/sh or similar
+export PATH
+
###########################################################################
if [ "$DEBOOTSTRAP_DIR" = "" ]; then