3
0
mirror of https://git.launchpad.net/ubuntu-dev-tools synced 2025-03-13 08:01:09 +00:00

mk-sbuild: Make --eatmydata command line flag actually work.

This commit is contained in:
Stefano Rivera 2011-11-21 09:47:46 +02:00
parent af440c1703
commit 5920bb9b35
2 changed files with 7 additions and 1 deletions

6
debian/changelog vendored

@ -1,3 +1,9 @@
ubuntu-dev-tools (0.136ubuntu1) UNRELEASED; urgency=low
* mk-sbuild: Make --eatmydata command line flag actually work.
-- Stefano Rivera <stefanor@debian.org> Mon, 21 Nov 2011 09:47:00 +0200
ubuntu-dev-tools (0.136) unstable; urgency=low ubuntu-dev-tools (0.136) unstable; urgency=low
[ Marc Deslauriers ] [ Marc Deslauriers ]

@ -86,7 +86,7 @@ function usage()
if [ -z "$1" ]; then if [ -z "$1" ]; then
usage usage
fi fi
OPTS=`getopt -o 'h' --long "help,debug,skip-updates,arch:,name:,source-template:,debootstrap-mirror:,debootstrap-include:,debootstrap-exclude:,debootstrap-proxy:,personality:,distro:,vg:,type:" -- "$@"` OPTS=`getopt -o 'h' --long "help,debug,skip-updates,eatmydata,arch:,name:,source-template:,debootstrap-mirror:,debootstrap-include:,debootstrap-exclude:,debootstrap-proxy:,personality:,distro:,vg:,type:" -- "$@"`
eval set -- "$OPTS" eval set -- "$OPTS"
VG="" VG=""