aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-26 08:59:43 +0000
committerng0 <ng0@n0.is>2019-02-26 08:59:43 +0000
commit8e34c4b9da209d60e83162f543da754de7ea5d20 (patch)
treead97dec0d3072f696c19a027bece34aee4e18aa1
parentfaf2ff1ed44cedbfa163c90e7860ec3ce9b6031f (diff)
downloadgnunet-8e34c4b9da209d60e83162f543da754de7ea5d20.tar.gz
gnunet-8e34c4b9da209d60e83162f543da754de7ea5d20.zip
fix
-rwxr-xr-xsrc/util/gnunet-qr.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/gnunet-qr.in b/src/util/gnunet-qr.in
index 5e7a285ac..125df6894 100755
--- a/src/util/gnunet-qr.in
+++ b/src/util/gnunet-qr.in
@@ -43,4 +43,4 @@ if test -z "$pythonize"; then
43 exit 1 43 exit 1
44fi 44fi
45 45
46${pythonize} @PREFIX@/bin/gnunet-qr.py || echo "ERROR: python2.7 or future not found" && exit 1 46${pythonize} @PREFIX@/bin/gnunet-qr.py $@ || echo "ERROR: python2.7 or future not found" && exit 1