From adc4c99a194635485373ceaa8a5cbb9b0e5a4090 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 26 Apr 2020 09:29:48 +0300 Subject: [PATCH] kiss: Add back die --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 990de09..d621767 100755 --- a/kiss +++ b/kiss @@ -205,7 +205,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" 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