|
|
@ -59,6 +59,14 @@ if [ -z "`type -p bzip2`" ] ; then |
|
|
|
found_error=1 |
|
|
|
fi |
|
|
|
|
|
|
|
case $BASH_VERSION in |
|
|
|
2.05b*) ;; |
|
|
|
*) echo "The running bash version is not listed as supported version" |
|
|
|
echo "You nee to update 'bash' to at least version 2.05b." |
|
|
|
found_error=1 |
|
|
|
esac |
|
|
|
|
|
|
|
|
|
|
|
x="`mktemp -p /tmp 2> /dev/null`" |
|
|
|
if [ -z "$x" -o ! -f "$x" ] ; then |
|
|
|
echo |
|
|
|