summaryrefslogtreecommitdiffstats
path: root/misc/clufter.spec
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2015-02-12 18:17:07 +0100
committerJan Pokorný <jpokorny@redhat.com>2015-02-26 22:36:47 +0100
commit69baeec6880cb9288a5b61dbac1ed15dc2b18d70 (patch)
tree4c36117d5cdede2c821f347ff23cf0887f20c275 /misc/clufter.spec
parentba97e72222c524aa73a07d42699b0f60c9536846 (diff)
downloadclufter-69baeec6880cb9288a5b61dbac1ed15dc2b18d70.tar.gz
clufter-69baeec6880cb9288a5b61dbac1ed15dc2b18d70.tar.xz
clufter-69baeec6880cb9288a5b61dbac1ed15dc2b18d70.zip
clufter.spec: clufter_post_ext def not sufficiently escaped
Reported by Mamoru Tasaka: <https://bugzilla.redhat.com/show_bug.cgi?id=1180723#c19> Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'misc/clufter.spec')
-rw-r--r--misc/clufter.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/clufter.spec b/misc/clufter.spec
index cc71bad..0f1bcd6 100644
--- a/misc/clufter.spec
+++ b/misc/clufter.spec
@@ -280,7 +280,7 @@ cat <<EOF
declare bashcomp="\\$(pkg-config --variable=completionsdir bash-completion \\\\
2>/dev/null || echo '%{clufter_bashcompdir}')/%{name}"
# if the completion file is not present, suppose it is not desired
-test -x '%{clufter_script}' && test -f "\\${bashcomp}" \
+test -x '%{clufter_script}' && test -f "\\${bashcomp}" \\\\
&& %{clufter_script} --completion-bash > "\\${bashcomp}" 2>/dev/null || :
EOF)