瀏覽代碼

Do not use unknown variable

Probably leftover from slightly different implementation.  There's
nothing to add to the error message now.
Alois Mahdal 7 年之前
父節點
當前提交
5964bade7b
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/include/release.sh

+ 1
- 1
src/include/release.sh 查看文件

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