|
@@ -129,7 +129,7 @@
|
|
# Simple script to list version numbers of critical development tools
|
|
# Simple script to list version numbers of critical development tools
|
|
|
|
|
|
bash --version | head -n1 | cut -d" " -f2-4
|
|
bash --version | head -n1 | cut -d" " -f2-4
|
|
-echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
|
|
|
|
|
|
+echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-
|
|
bison --version | head -n1
|
|
bison --version | head -n1
|
|
bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6-
|
|
bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6-
|
|
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
|
|
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
|