diff options
author | Joey Hess <joeyh@debian.org> | 2010-10-31 14:41:54 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2010-10-31 14:41:54 +0000 |
commit | 04d06e75d0af865442d638cb891efbac72d3f147 (patch) | |
tree | 31244c50667f72943b8fac18feb7ef5ea719ffb8 /scripts | |
parent | 9231ec0ba68d2332de76c92f037b751e41548b8b (diff) | |
download | debootstrap-04d06e75d0af865442d638cb891efbac72d3f147.tar.gz |
fix trivial divergence between sid and gutsy scripts
r65229
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/sid | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sid b/scripts/sid index 6d4c2bf..e46a3cb 100644 --- a/scripts/sid +++ b/scripts/sid @@ -38,7 +38,7 @@ first_stage_install () { mkdir -p "$TARGET/var/lib/dpkg" : >"$TARGET/var/lib/dpkg/status" - echo >"$TARGET/var/lib/dpkg/available" + : >"$TARGET/var/lib/dpkg/available" setup_etc if [ ! -e "$TARGET/etc/fstab" ]; then |