Merge pull request #138 from clifordsab/kiss-fix-cd

kiss: Actually hide an error + whitespace cleanup
This commit is contained in:
dylan 2020-04-26 09:07:18 +03:00 committed by GitHub
commit 965b66d8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 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" || die 2>/dev/null
cd "$mak_dir/$1/$dest" 2>/dev/null
# Clear the argument list as we'll be overwriting
# it below based on what kind of checkout we're