commit 420cf4093b640aa521f91a25cfc8f16f5ffed9db
parent 7f4de8254182e8332b2557020d6c48d1c87460c1
Author: Cliford Sab <25724815+clifordsab@users.noreply.github.com>
Date: Sun, 26 Apr 2020 10:31:09 +0800
kiss: Actually hide an error + whitespace cleanup
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -218,7 +218,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 || die
# Clear the argument list as we'll be overwriting
# it below based on what kind of checkout we're