diff options
Diffstat (limited to 'prologue')
-rw-r--r-- | prologue/hostreqs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index 36470c07c..116d0e6d9 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -167,7 +167,7 @@ if [ -e /usr/bin/awk ]; then echo "/usr/bin/awk -> `readlink -f /usr/bin/awk`"; else echo "awk not found"; fi gcc --version | head -n1 -/lib/libc.so.6 | head -n1 | cut -d" " -f1-7 +/lib/libc.so.6 | head -n1 | cut -d"," -f1 grep --version | head -n1 gzip --version | head -n1 cat /proc/version |