All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/24] ver_linux: echo.patch
@ 2015-10-03 12:57 Alexander Kapshuk
  2015-10-04 16:10 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Alexander Kapshuk @ 2015-10-03 12:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Greg KH

While not a problem in itself, I was not sure why 'echo space' was used.
Not being aware of any immediate benefits to this, I thought using
'echo' by itself would suffice in printing a newline, which I believe is
the desired behaviour.

Signed-off-by: Alexander Kapshuk <alexander.kapshuk@gmail.com>
---
--- linux/scripts/ver_linux.orig    2015-10-03 13:41:57.118790241 +0300
+++ linux/scripts/ver_linux    2015-10-03 13:43:38.587271851 +0300
@@ -6,10 +6,10 @@
 #
 echo 'If some fields are empty or look unusual you may have an old version.'
 echo 'Compare to the current minimal requirements in Documentation/Changes.'
-echo ' '
+echo

 uname -a
-echo ' '
+echo

 gcc -dumpversion 2>&1| awk \
 'NR==1{print "Gnu C                 ", $1}'

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-04 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-03 12:57 [PATCH 1/24] ver_linux: echo.patch Alexander Kapshuk
2015-10-04 16:10 ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.