kiss: Add back die

This commit is contained in:
Dylan Araps 2020-04-26 09:29:48 +03:00
parent 965b66d8fb
commit adc4c99a19
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -205,7 +205,7 @@ pkg_sources() {
# Git has no option to clone a repository to a
# specific location so we must do it ourselves
# beforehand.
cd "$mak_dir/$1/$dest" 2>/dev/null
cd "$mak_dir/$1/$dest" 2>/dev/null || die
# Clear the argument list as we'll be overwriting
# it below based on what kind of checkout we're