fixed stupid extra space in kernel name

This commit is contained in:
cgd 1993-03-23 08:59:30 +00:00
parent da2ed51c02
commit 41ee9ea1ed
1 changed files with 1 additions and 1 deletions

View File

@ -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