From f5c901465ae8bbc71217c27be20a17abb5d4dffa Mon Sep 17 00:00:00 2001 From: merakor Date: Sun, 26 Apr 2020 22:11:48 +0000 Subject: kiss: Actually hide an error + whitespace cleanup FossilOrigin-Name: 19adfe2195935c3acba583200156428768376730beae9cd3c122318d2752fb47 --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 616c168..8836f7d 100755 --- 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 -- cgit v1.2.3