summaryrefslogtreecommitdiff
path: root/unclean.d
diff options
context:
space:
mode:
Diffstat (limited to 'unclean.d')
-rwxr-xr-xunclean.d/50test2
1 files changed, 1 insertions, 1 deletions
diff --git a/unclean.d/50test b/unclean.d/50test
index f260f36..9dfefc3 100755
--- a/unclean.d/50test
+++ b/unclean.d/50test
@@ -6,5 +6,5 @@ if [ "$VCS" = git ]; then
elif [ "$VCS" = hg ]; then
[ -d .hg ] && ! hg status 2>&1 | wc -l | grep -q "^0$"
elif [ "$VCS" = bzr ]; then
- [ -d .bzr ] && ! bzr status 2>&1 | wc -l | grep -q "^0$"
+ [ -d .bzr ] && ! bzr status 2>/dev/null | wc -l | grep -q "^0$"
fi