summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap4
1 files changed, 2 insertions, 2 deletions
diff --git a/debootstrap b/debootstrap
index 084a541..0d6cb54 100755
--- a/debootstrap
+++ b/debootstrap
@@ -27,7 +27,7 @@ KEYRING=""
DISABLE_KEYRING=""
FORCE_KEYRING=""
VARIANT=""
-MERGED_USR="no"
+MERGED_USR="yes"
ARCH=""
HOST_ARCH=""
HOST_OS=""
@@ -360,7 +360,7 @@ if [ $# != 0 ] ; then
CHECKCERTIF="--no-check-certificate"
shift
;;
- --*)
+ -*)
error 1 BADARG "unrecognized or invalid option %s" "$1"
;;
*)