From df9eff92f3b4f58bfc12a1a0410f1d64dc782df6 Mon Sep 17 00:00:00 2001 From: josch Date: Mon, 23 Jun 2014 12:09:50 +0200 Subject: [PATCH] fix typo --- run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/run.sh b/run.sh index 49e8120..b6a7483 100755 --- a/run.sh +++ b/run.sh @@ -13,9 +13,9 @@ build () { chmod a+w "${tmpdir}/myfifo" /home/findunusedbd.sh "$tmpdir" & sbuild --$archall \ - --chroot-setup-commands="/home/findunusedbd.sh $tmpdir chroot-setup" \ - --pre-realbuild-commands="/home/findunusedbd.sh $tmpdir pre-realbuild" \ - --post-realbuild-commands="/home/findunusedbd.sh $tmpdir post-realbuild" \ + --chroot-setup-commands="/home/findunusedbd.sh chroot-setup $tmpdir" \ + --pre-realbuild-commands="/home/findunusedbd.sh pre-realbuild $tmpdir" \ + --post-realbuild-commands="/home/findunusedbd.sh post-realbuild $tmpdir" \ "$dsc" ret=$? rm -f *.deb *.udeb *.changes