From: ng0 Date: Sat, 9 Mar 2019 12:16:21 +0000 (+0000) Subject: fix X-Git-Tag: v0.11.1~124 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d8da8d58a4354a687445e0d6e7b718840151d73f;p=oweals%2Fgnunet.git fix --- diff --git a/contrib/scripts/lint-python.sh b/contrib/scripts/lint-python.sh index cf737cae2..0e46719ff 100755 --- a/contrib/scripts/lint-python.sh +++ b/contrib/scripts/lint-python.sh @@ -10,7 +10,8 @@ existence() command -v "$1" >/dev/null 2>&1 } -LOGFILE="lint/python-lint.log" +# It is assumed that you are in 'lint'. +LOGFILE="python-lint.log" # invoke from root of source! if [ $(basename $(pwd)) = "scripts" ]