Browse Source

Error code 0 was returned when the installation failed!

keie 39 years ago
parent
commit
a17f8ebe1c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mach/install

+ 1 - 0
mach/install

@@ -17,4 +17,5 @@ then
 	exit 0
 else
 	echo Sorry, can not create "lib/${MACH}/$DEST".
+	exit 1
 fi