From db724d0b09369dc95078744d44c968c1096f7cb2 Mon Sep 17 00:00:00 2001 From: ng0 Date: Tue, 26 Feb 2019 16:46:43 +0000 Subject: [PATCH] gnunet-qr: If we error out before, we don't need to error again. This should fix the error message in the wrong place --- src/util/gnunet-qr.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 $@ -- 2.25.1