Преглед на файлове

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