]> err.no Git - linux-2.6/blob - scripts/mkversion
rt2x00: Remove ieee80211_tx_control argument from write_tx_desc()
[linux-2.6] / scripts / mkversion
1 if [ ! -f .version ]
2 then
3     echo 1
4 else
5     expr 0`cat .version` + 1
6 fi