Sfoglia il codice sorgente

Do not use unknown variable

Probably leftover from slightly different implementation.  There's
nothing to add to the error message now.
Alois Mahdal 7 anni fa
parent
commit
5964bade7b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh Vedi File

@@ -44,7 +44,7 @@ _relck() {
44 44
         not_dirty)
45 45
             git diff --shortstat 2>/dev/null \
46 46
               | grep -q . \
47
-             && die "tree is dirty: $dirt"
47
+             && die "tree is dirty!"
48 48
             ;;
49 49
         tags_ok)
50 50
             git_fact latest_tag \