diff options
author | dancer <dancer> | 2004-12-01 23:44:55 +0000 |
---|---|---|
committer | dancer <dancer> | 2004-12-01 23:44:55 +0000 |
commit | a33ca7fbf2a2bc8434213f54c847891d196bd7ff (patch) | |
tree | 8988b78ac81f1b767a8ba1e8fa0521ed8ecb0239 /pbuilder-createbuildenv | |
parent | 65c3eaed839e9acaa63803516822c645efd3960b (diff) | |
download | pbuilder-a33ca7fbf2a2bc8434213f54c847891d196bd7ff.tar pbuilder-a33ca7fbf2a2bc8434213f54c847891d196bd7ff.tar.gz |
update documentation, and other minor fix in response to FIXME entries.
Diffstat (limited to 'pbuilder-createbuildenv')
-rwxr-xr-x | pbuilder-createbuildenv | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbuilder-createbuildenv b/pbuilder-createbuildenv index 3f6ebef..a5d1f16 100755 --- a/pbuilder-createbuildenv +++ b/pbuilder-createbuildenv @@ -24,7 +24,7 @@ set -e . /usr/lib/pbuilder/pbuilder-runhooks if [ -z "$DISTRIBUTION" ]; then - DISTRIBUTION=woody + DISTRIBUTION=sid fi echo "Distribution is $DISTRIBUTION." |