aboutsummaryrefslogtreecommitdiff
path: root/check/zsh.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-12-19 15:40:11 +1300
committerTom Ryder <tom@sanctum.geek.nz>2018-12-19 15:40:11 +1300
commit8a2cac5be2fece7157231904ecff0752308d93c4 (patch)
treea2af3286bebb41428be1e5acbd99c123ecee1d62 /check/zsh.sh
parentMerge branch 'release/v3.4.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-3.5.0.tar.gz (sig)
dotfiles-3.5.0.zip
Merge branch 'release/v3.5.0'v3.5.0
* release/v3.5.0: Bump VERSION Remove diagnostic messages from check/lint scripts
Diffstat (limited to 'check/zsh.sh')
-rw-r--r--check/zsh.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/check/zsh.sh b/check/zsh.sh
index 0170e586..9d52b357 100644
--- a/check/zsh.sh
+++ b/check/zsh.sh
@@ -6,4 +6,3 @@ for zsh do
zsh -n -- "$zsh" || exit
done
sh -n zsh/profile.d/zsh.sh || exit
-printf 'Z shell dotfiles parsed successfully.\n'