Przeglądaj źródła

Do not use unknown variable

Probably leftover from slightly different implementation.  There's
nothing to add to the error message now.
Alois Mahdal 7 lat temu
rodzic
commit
5964bade7b
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh Wyświetl plik

@@ -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 \