From: ng0 Date: Tue, 26 Feb 2019 08:59:43 +0000 (+0000) Subject: fix X-Git-Tag: v0.11.0~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8e34c4b9da209d60e83162f543da754de7ea5d20;p=oweals%2Fgnunet.git fix --- 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 exit 1 fi -${pythonize} @PREFIX@/bin/gnunet-qr.py || echo "ERROR: python2.7 or future not found" && exit 1 +${pythonize} @PREFIX@/bin/gnunet-qr.py $@ || echo "ERROR: python2.7 or future not found" && exit 1