summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJoey Hess <joeyh@debian.org>2010-10-31 14:41:54 (GMT)
committerJoey Hess <joeyh@debian.org>2010-10-31 14:41:54 (GMT)
commit04d06e75d0af865442d638cb891efbac72d3f147 (patch)
tree31244c50667f72943b8fac18feb7ef5ea719ffb8 /scripts
parent9231ec0ba68d2332de76c92f037b751e41548b8b (diff)
downloaddebootstrap-04d06e75d0af865442d638cb891efbac72d3f147.zip
debootstrap-04d06e75d0af865442d638cb891efbac72d3f147.tar.gz
debootstrap-04d06e75d0af865442d638cb891efbac72d3f147.tar.bz2
fix trivial divergence between sid and gutsy scripts
r65229
Diffstat (limited to 'scripts')
-rw-r--r--scripts/sid2
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