bugscript: put header on it's on own line,

better readable


svn path=/dists/trunk/linux-2.6/; revision=8689
This commit is contained in:
Maximilian Attems 2007-05-21 20:54:58 +00:00
parent 3e20af6f15
commit a2a539dfc5
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
add_0version() {
echo -n '** Version: ' >&3
echo '** Version:' >&3
cat /proc/version >&3
echo >&3
}