diff options
author | John Heroy <johnheroy@gmail.com> | 2015-10-22 10:29:02 -0700 |
---|---|---|
committer | John Heroy <johnheroy@gmail.com> | 2015-10-22 10:29:02 -0700 |
commit | 0ba492825d85f5d41acdd00fdbbcd6e8f1d8dfff (patch) | |
tree | 42acb30e08ab5d0419d5a1a7c64e27c0d4015a92 /scripts/check-lint-count.bash | |
parent | 9d4f9e73ed7053c5477def1c5e1496b71ffe8cee (diff) | |
parent | 50ea516a0730309d577977eb5664a9d9b5c3b947 (diff) | |
download | connectbot-0ba492825d85f5d41acdd00fdbbcd6e8f1d8dfff.tar.gz connectbot-0ba492825d85f5d41acdd00fdbbcd6e8f1d8dfff.tar.bz2 connectbot-0ba492825d85f5d41acdd00fdbbcd6e8f1d8dfff.zip |
Merge branch 'master' into fontsizeslider
Diffstat (limited to 'scripts/check-lint-count.bash')
-rwxr-xr-x | scripts/check-lint-count.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-lint-count.bash b/scripts/check-lint-count.bash index c02f70e..5247a9b 100755 --- a/scripts/check-lint-count.bash +++ b/scripts/check-lint-count.bash @@ -32,7 +32,7 @@ lint_results="$tmp_dir/lint.txt" hist_results="$tmp_dir/hist.txt" run_query() { - local xqilla_script='string-join(//issue/location/(concat("file=", @file, " line=", @line, " column=", @column, " reason=", ../@summary)), " ")' + local xqilla_script='string-join(//issue/location/(concat("file=", @file, " line=", @line, " column=", @column, " message=", ../@message)), " ")' xqilla -i "$1" <(echo "$xqilla_script") | sed "s,$PWD/,,g" > "$2" } |