diff options
| -rwxr-xr-x | scripts/ver_linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ver_linux b/scripts/ver_linux index bb195a1c0f2d..a28c279c49dd 100755 --- a/scripts/ver_linux +++ b/scripts/ver_linux | |||
| @@ -87,7 +87,7 @@ loadkeys -V 2>&1 | awk \ | |||
| 87 | 87 | ||
| 88 | expr --v 2>&1 | awk 'NR==1{print "Sh-utils ", $NF}' | 88 | expr --v 2>&1 | awk 'NR==1{print "Sh-utils ", $NF}' |
| 89 | 89 | ||
| 90 | udevinfo -V | awk '{print "udev ", $3}' | 90 | udevinfo -V 2>&1 | grep version | awk '{print "udev ", $3}' |
| 91 | 91 | ||
| 92 | if [ -e /proc/modules ]; then | 92 | if [ -e /proc/modules ]; then |
| 93 | X=`cat /proc/modules | sed -e "s/ .*$//"` | 93 | X=`cat /proc/modules | sed -e "s/ .*$//"` |
