소스 검색

Die if sibling does not exist

Alois Mahdal 10 년 전
부모
커밋
113cac1106
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      dotfiles/gittum/bin/sibling

+ 1
- 0
dotfiles/gittum/bin/sibling 파일 보기

@@ -89,6 +89,7 @@ done
89 89
 
90 90
 test -n "$project" || usage
91 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 95
 ## body