diff options
author | Jonas Smedegaard <dr@jones.dk> | 2008-01-13 20:24:34 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2008-01-13 20:24:34 +0000 |
commit | 9aebf20050d03221d08e8a431ca34be44a404a01 (patch) | |
tree | e9ad34d8bc7f545f477d5ef136d2995c88c531c2 /localpdebuild | |
parent | 711487624cce5e3639c7315d515b2388d5af7217 (diff) |
Fix passing more than a single debbuild option.
Diffstat (limited to 'localpdebuild')
-rwxr-xr-x | localpdebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localpdebuild b/localpdebuild index f62bf0f..0cf8373 100755 --- a/localpdebuild +++ b/localpdebuild @@ -49,7 +49,7 @@ done for pool in $pools; do pdebuild \ --buildresult $HOME/src/pbuild-$pool/ \ - ${debbuildopts:+--debbuildopts $debbuildopts} \ + ${debbuildopts:+--debbuildopts "$debbuildopts"} \ $pdebuildopts \ -- \ --basetgz /var/cache/pbuilder/base-$pool.tgz \ |