patch-2.2.14 linux/scripts/ver_linux
Next file: linux/CREDITS
Previous file: linux/scripts/Menuconfig
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Tue Jan 4 10:12:27 2000
- Orig file:
v2.2.13/linux/scripts/ver_linux
- Orig date:
Mon Aug 9 16:05:58 1999
diff -u --recursive --new-file v2.2.13/linux/scripts/ver_linux linux/scripts/ver_linux
@@ -27,6 +27,6 @@
# while console-tools needs 'loadkeys -V'.
loadkeys -V 2>&1 | awk \
'(NR==1 && ($2 ~ /console-tools/)) {print "Console-tools ", $3}'
-expr --v | awk '{print "Sh-utils ", $NF}'
+expr --v | awk 'NR==1{print "Sh-utils ", $NF}'
X=`cat /proc/modules | sed -e "s/ .*$//"`
echo "Modules Loaded "$X
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)