mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-31 11:21:59 +00:00
Fixed version-check.sh.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
8137d6f271
commit
baaa5c3212
@ -121,7 +121,7 @@
|
||||
bash --version | head -n1 | cut -d" " -f2-4
|
||||
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
|
||||
bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6-
|
||||
echo -n "Coreutils: "; chown --version | head -n1 | cut -d" " -f4
|
||||
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
|
||||
diff --version | head -n1
|
||||
find --version | head -n1
|
||||
gawk --version | head -n1
|
||||
|
Loading…
Reference in New Issue
Block a user