|
@@ -161,7 +161,6 @@
|
|
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
|
|
<screen role="nodump"><userinput>cat > version-check.sh << "EOF"
|
|
<literal>#!/bin/bash
|
|
<literal>#!/bin/bash
|
|
# Simple script to list version numbers of critical development tools
|
|
# Simple script to list version numbers of critical development tools
|
|
-
|
|
|
|
export LC_ALL=C
|
|
export LC_ALL=C
|
|
bash --version | head -n1 | cut -d" " -f2-4
|
|
bash --version | head -n1 | cut -d" " -f2-4
|
|
echo "/bin/sh -> `readlink -f /bin/sh`"
|
|
echo "/bin/sh -> `readlink -f /bin/sh`"
|