summaryrefslogtreecommitdiff
path: root/01_Internal.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Internal.zsh')
-rw-r--r--01_Internal.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Internal.zsh b/01_Internal.zsh
index e0b543f..183a970 100644
--- a/01_Internal.zsh
+++ b/01_Internal.zsh
@@ -247,7 +247,7 @@ __get_guilt_series ()
__debug -n " Guilt"
- if ( __cmd_exists guilt && guilt status >/dev/null 2>&- )
+ if ( __cmd_exists guilt && test -d $GIT_DIR/patches && guilt status >/dev/null 2>&- )
then
applied=$(guilt applied 2>/dev/null | wc -l)
unapplied=$(guilt unapplied 2>/dev/null | wc -l)