浏览代码

Die if sibling does not exist

Alois Mahdal 11 年前
父节点
当前提交
113cac1106
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      dotfiles/gittum/bin/sibling

+ 1
- 0
dotfiles/gittum/bin/sibling 查看文件

89
 
89
 
90
 test -n "$project" || usage
90
 test -n "$project" || usage
91
 test -n "$sibling" || die "could not find older sibling"
91
 test -n "$sibling" || die "could not find older sibling"
92
+test -d "$sibling" || die "sibling does not exist: $sibling"
92
 
93
 
93
 
94
 
94
 ## body
95
 ## body