summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/warning-blame.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/warning-blame.sh b/utils/warning-blame.sh
index 8c3f0c1ae..c07afb0c2 100755
--- a/utils/warning-blame.sh
+++ b/utils/warning-blame.sh
@@ -40,7 +40,7 @@ if [ $# -gt 1 ]; then
fi
else
make clean 2>&1 >/dev/null
- make nsgtk 2>&1 |grep "warning:" | sort | uniq > ${WARNING_LIST}
+ make 2>&1 |grep "warning:" | sort | uniq > ${WARNING_LIST}
fi
for blamefile in $(cat ${WARNING_LIST} | cut -f 1 -d ':' | sort | uniq ); do