2 # toolcheck -- check for tools that have severe bugs. Good that all the buggy
3 # tools identify by version numbers. This is the spirit of GNU :-)
8 reply
="`sh -version -c exit 2>&1 < /dev/null`"
11 echo "- sh is '$reply'";
12 echo " CAUTION: This shell has a buggy 'trap' command.";
13 echo " The configure script may fail silently.";
17 echo "- sh is '$reply' - probably OK.";
22 reply
="`sed --version 2>&1 < /dev/null`"
24 GNU\
sed\ version\
2.0[34])
25 echo "- sed is '$reply'";
26 echo " CAUTION: This sed cannot configure screen properly."
29 GNU\
sed\ version\
2.05|GNU\
sed\ version\
2.03\ kevin
)
30 echo "- sed is '$reply' - good.";
32 GNU
*) echo "- sed is '$reply'.";