fixed stupid extra space in kernel name
This commit is contained in:
parent
da2ed51c02
commit
41ee9ea1ed
|
@ -42,7 +42,7 @@ else
|
|||
fi
|
||||
|
||||
touch version
|
||||
v=`cat version` t=`date "+ %m/%d/%y %H:%M"`
|
||||
v=`cat version` t=`date "+%m/%d/%y %H:%M"`
|
||||
(
|
||||
echo "char version[] = \"version: ${v} ($1) ${t}\";"
|
||||
) > vers.c
|
||||
|
|
Loading…
Reference in New Issue