aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check-lint-count.bash
diff options
context:
space:
mode:
authorJohn Heroy <johnheroy@gmail.com>2015-10-22 10:29:02 -0700
committerJohn Heroy <johnheroy@gmail.com>2015-10-22 10:29:02 -0700
commit0ba492825d85f5d41acdd00fdbbcd6e8f1d8dfff (patch)
tree42acb30e08ab5d0419d5a1a7c64e27c0d4015a92 /scripts/check-lint-count.bash
parent9d4f9e73ed7053c5477def1c5e1496b71ffe8cee (diff)
parent50ea516a0730309d577977eb5664a9d9b5c3b947 (diff)
downloadconnectbot-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-xscripts/check-lint-count.bash2
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)), "&#10;")'
+ local xqilla_script='string-join(//issue/location/(concat("file=", @file, " line=", @line, " column=", @column, " message=", ../@message)), "&#10;")'
xqilla -i "$1" <(echo "$xqilla_script") | sed "s,$PWD/,,g" > "$2"
}