1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

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

2
kiss
View File

@ -205,7 +205,7 @@ pkg_sources() {
# Git has no option to clone a repository to a # Git has no option to clone a repository to a
# specific location so we must do it ourselves # specific location so we must do it ourselves
# beforehand. # 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 # Clear the argument list as we'll be overwriting
# it below based on what kind of checkout we're # it below based on what kind of checkout we're