Explorar el Código

Do not use unknown variable

Probably leftover from slightly different implementation.  There's
nothing to add to the error message now.
Alois Mahdal hace 9 años
padre
commit
5964bade7b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh Ver fichero

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