kiss: Actually hide an error + whitespace cleanup

This commit is contained in:
Cliford Sab 2020-04-26 10:31:09 +08:00
parent c8b5990acf
commit 7e3f208199
1 changed files with 12 additions and 12 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