From 620216fb26795d1705d1aec4eb925065ca1ad249 Mon Sep 17 00:00:00 2001 From: keie Date: Tue, 2 Apr 1985 10:55:02 +0000 Subject: [PATCH] Error code 0 was returned when the installation failed! --- mach/install | 1 + 1 file changed, 1 insertion(+) diff --git a/mach/install b/mach/install index ed04d7a0d..8d87ed147 100755 --- a/mach/install +++ b/mach/install @@ -17,4 +17,5 @@ then exit 0 else echo Sorry, can not create "lib/${MACH}/$DEST". + exit 1 fi -- 2.34.1