about summary refs log tree commit diff
path: root/contrib/_mblaze
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/_mblaze')
-rw-r--r--contrib/_mblaze2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/_mblaze b/contrib/_mblaze
index f58cb65..5255629 100644
--- a/contrib/_mblaze
+++ b/contrib/_mblaze
@@ -14,7 +14,7 @@ _mblaze_message() {
     _files "$expl[@]" && ret=0
   fi
 
-  curmsg=$(mseq .)
+  curmsg=$(mseq . 2>/dev/null)
   if [[ -z $curmsg || ! -f $curmsg ]]; then
     _message 'no current sequence'
     return $ret