Magellan Linux

Contents of /alx-src/tags/kernel26-2.6.12-alx-r9/scripts/mkversion

Parent Directory Parent Directory | Revision Log Revision Log


Revision 630 - (show annotations) (download)
Wed Mar 4 11:03:09 2009 UTC (15 years, 3 months ago) by niro
File size: 74 byte(s)
Tag kernel26-2.6.12-alx-r9
1 if [ ! -f .version ]
2 then
3 echo 1
4 else
5 expr 0`cat .version` + 1
6 fi