From: keie Date: Tue, 2 Apr 1985 10:55:02 +0000 (+0000) Subject: Error code 0 was returned when the installation failed! X-Git-Tag: release-5-5~5515 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=620216fb26795d1705d1aec4eb925065ca1ad249;p=ack.git Error code 0 was returned when the installation failed! --- 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