forked from kiss-community/kiss
Merge pull request #138 from clifordsab/kiss-fix-cd
kiss: Actually hide an error + whitespace cleanup
This commit is contained in:
commit
965b66d8fb
2
kiss
2
kiss
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user