From a17f8ebe1cd0adbaf9c932403c7f5fcee892dca4 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 ed04d7a0..8d87ed14 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