Update of /cvsroot/devil-linux/build/scripts
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19942/scripts
Modified Files:
iANS
Log Message:
silently exit on kernel 2.6
Index: iANS
===================================================================
RCS file: /cvsroot/devil-linux/build/scripts/iANS,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- iANS 10 Sep 2004 23:16:24 -0000 1.17
+++ iANS 18 Sep 2004 13:12:35 -0000 1.18
@@ -25,7 +25,7 @@
MYNAME=IANS
-test ! "$CONFIG_LINUX_VERSION" = "2.4" && exit 1
+test ! "$CONFIG_LINUX_VERSION" = "2.4" && exit 0
case $1 in
build )
|