[cowdancer] 05/11: qemubuilder.c: Fixed end-of-work exit code

James Clarke jrtc27-guest at moszumanska.debian.org
Mon May 2 01:19:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

jrtc27-guest pushed a commit to branch master
in repository cowdancer.

commit f61fc9f3db9c9fa83dd9dffdf73b73f9e7450ccd
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Sun May 1 23:41:33 2016 +0100

    qemubuilder.c: Fixed end-of-work exit code
---
 qemubuilder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemubuilder.c b/qemubuilder.c
index b509a3f..73eb9e9 100755
--- a/qemubuilder.c
+++ b/qemubuilder.c
@@ -742,7 +742,7 @@ static int run_second_stage_script
 	  "sync\n"
 	  "sync\n"
 	  "sleep 1s\n"		/* sleep before sending dying message */
-	  "echo ' -> qemu-pbuilder %s$1'\n"
+	  "echo ' -> qemu-pbuilder %s'\"$1\"\n"
 	  "sleep 1s\n"
 	  "halt -f -p\n"	/* just halt myself if possible */
 	  "}\n",

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pbuilder/cowdancer.git



More information about the Pbuilder-maint mailing list