[cowdancer] 06/11: qemubuilder.c: Fixed non-executable hook warning

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 00167baa279ed2a205a9a116ccb820fd533429bc
Author: James Clarke <jrtc27 at jrtc27.com>
Date:   Mon May 2 00:32:53 2016 +0100

    qemubuilder.c: Fixed non-executable hook warning
---
 qemubuilder.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qemubuilder.c b/qemubuilder.c
index 73eb9e9..86d95b0 100755
--- a/qemubuilder.c
+++ b/qemubuilder.c
@@ -64,7 +64,7 @@ indent"                    \""CHROOT_HOOKDIR"/$(basename \"$fn\")\"\n" \
 indent"                    echo \"I: user script $fn finished\"\n" \
 indent"                else\n" \
 indent"                    if [ -f \"$fn\" ]; then\n" \
-indent"                        filetype=$(basename \"fn\")\n" \
+indent"                        filetype=$(basename \"$fn\")\n" \
 indent"                        echo \"W: execute priv not set on file $filetype, not executing.\"\n" \
 indent"                    else\n" \
 indent"                        # Should it reach here ? This case should be caught in the above case.\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