From ffb21653830f7ae19d25d737ab0cbf0f4508c11b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Fri, 26 Apr 2024 15:57:23 +0200 Subject: [PATCH] exit --- cd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cd.sh b/cd.sh index b3332ed..9ed590c 100644 --- a/cd.sh +++ b/cd.sh @@ -68,7 +68,7 @@ APT::Install-Suggests False; Dir::Etc::SourceParts ''; " ;; - *) exit ;; + *) exit 1 ;; esac }