From: ng0 Date: Tue, 26 Feb 2019 16:46:43 +0000 (+0000) Subject: gnunet-qr: If we error out before, we don't need to error again. This should fix... X-Git-Tag: v0.11.0~18 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=db724d0b09369dc95078744d44c968c1096f7cb2;p=oweals%2Fgnunet.git gnunet-qr: If we error out before, we don't need to error again. This should fix the error message in the wrong place --- diff --git a/src/util/gnunet-qr.in b/src/util/gnunet-qr.in index 125df6894..dcca57eb8 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 $@