~ubuntu-branches/ubuntu/vivid/oss4/vivid-proposed

1
2
3
4
5
6
7
8
9
10
#!/bin/sh

DIR=`dirname $0`

if test "$DIR " = " "
then
  DIR=.
fi

grep "define OSS_VERSION_ID" $DIR/kernel/framework/include/oss_version.h|sed 's/.*_ID "/v/'|sed 's/"//'