aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-02-26 16:46:43 +0000
committerng0 <ng0@n0.is>2019-02-26 16:46:43 +0000
commitdb724d0b09369dc95078744d44c968c1096f7cb2 (patch)
tree377fe8e905582e023c62f206c42d415bc77e629d
parent59b712b66d8d399781c086402e80393e7aa9868c (diff)
downloadgnunet-db724d0b09369dc95078744d44c968c1096f7cb2.tar.gz
gnunet-db724d0b09369dc95078744d44c968c1096f7cb2.zip
gnunet-qr: If we error out before, we don't need to error again. This should fix the error message in the wrong place
-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 125df6894..dcca57eb8 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 $@