summaryrefslogtreecommitdiffstats
path: root/scripts/kernel-version.sh
blob: 36e00194b414c88df582204b589c1c600236728f (plain)
1
2
3
4
5
6
7
8
VER=$(grep patch sources | head -n1 | awk '{ print $2 }' | sed s/patch-// | sed s/-git.*// | sed s/.xz//)

if [ -z "$VER" ] ;
then
    VER=$(grep linux sources | head -1 | awk '{ print $2 }' | sed s/linux-// | sed s/.tar.xz//)
fi