aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerakor <cem@ckyln.com>2020-04-26 22:11:48 +0000
committermerakor <cem@ckyln.com>2020-04-26 22:11:48 +0000
commitf5c901465ae8bbc71217c27be20a17abb5d4dffa (patch)
tree6b3a6e1bbf4e3ce90f90c711e367f1c21a5b5a71
parentfe3733419e07737bf829fbeba635f8993506d578 (diff)
downloadcpt-f5c901465ae8bbc71217c27be20a17abb5d4dffa.tar.gz
kiss: Actually hide an error + whitespace cleanup
FossilOrigin-Name: 19adfe2195935c3acba583200156428768376730beae9cd3c122318d2752fb47
-rwxr-xr-xkiss2
1 files changed, 1 insertions, 1 deletions
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