diff options
author | merakor <cem@ckyln.com> | 2020-04-26 22:11:48 +0000 |
---|---|---|
committer | merakor <cem@ckyln.com> | 2020-04-26 22:11:48 +0000 |
commit | f5c901465ae8bbc71217c27be20a17abb5d4dffa (patch) | |
tree | 6b3a6e1bbf4e3ce90f90c711e367f1c21a5b5a71 | |
parent | fe3733419e07737bf829fbeba635f8993506d578 (diff) | |
download | cpt-f5c901465ae8bbc71217c27be20a17abb5d4dffa.tar.gz |
kiss: Actually hide an error + whitespace cleanup
FossilOrigin-Name: 19adfe2195935c3acba583200156428768376730beae9cd3c122318d2752fb47
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |