Merge branch 'pre-master' of ssh://git.code.sf.net/p/ngspice/ngspice into pre-master

This commit is contained in:
dwarning 2021-04-27 22:20:58 +02:00
commit 4db0d13699
1 changed files with 2 additions and 1 deletions

View File

@ -59,7 +59,8 @@ error_and_exit()
check_awk()
{
(awk --version) < /dev/null > /dev/null 2>&1 || {
(awk --version) < /dev/null > /dev/null 2>&1 ||
(awk -W version) < /dev/null > /dev/null 2>&1 || {
echo
echo "You must have awk installed to compile $PROJECT with --adms."
exit 1