mirror of
https://codeberg.org/kiss-community/kiss
synced 2025-01-12 05:40:12 -07:00
kiss: Add back die
This commit is contained in:
parent
965b66d8fb
commit
adc4c99a19
2
kiss
2
kiss
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user