summaryrefslogtreecommitdiffstats
path: root/debootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'debootstrap')
-rwxr-xr-xdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/debootstrap b/debootstrap
index d7edcbf..8872a60 100755
--- a/debootstrap
+++ b/debootstrap
@@ -141,7 +141,7 @@ if [ $# != 0 ] ; then
shift
;;
--second-stage)
- WHAT_TO_DO="finddebs second_stage"
+ WHAT_TO_DO="second_stage"
SECOND_STAGE_ONLY=true
shift
;;