aboutsummaryrefslogtreecommitdiff
path: root/check/urxvt.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-19 15:39:55 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-19 15:39:55 +1300
commitcd78e65ebb1dc1b60678f0109424022bea86c5e6 (patch)
treedc7f880a12edab2e978c1e577ff1d80ddf7bed1f /check/urxvt.sh
parentMerge branch 'release/v3.4.0' into develop (diff)
downloaddotfiles-cd78e65ebb1dc1b60678f0109424022bea86c5e6.tar.gz
dotfiles-cd78e65ebb1dc1b60678f0109424022bea86c5e6.zip
Remove diagnostic messages from check/lint scripts
So that `make -s` works nicely.
Diffstat (limited to 'check/urxvt.sh')
-rw-r--r--check/urxvt.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/check/urxvt.sh b/check/urxvt.sh
index 4a9e7501..e64ba1e5 100644
--- a/check/urxvt.sh
+++ b/check/urxvt.sh
@@ -1,4 +1,3 @@
for perl in urxvt/ext/*.pl ; do
perl -c "${perl%.pl}" || exit
done
-printf 'URxvt Perl extensions parsed successfully.\n'