1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Fix configure art using wrong awk on Solaris (Fixes #131)

This commit is contained in:
dmiller
2015-05-26 13:36:20 +00:00
parent 63ad40fb74
commit 3b5cdcc054
2 changed files with 47 additions and 2 deletions

View File

@@ -54,6 +54,7 @@ AC_PROG_CC
AC_PROG_CXX
AC_PROG_RANLIB
AC_PROG_INSTALL
AC_PROG_AWK
dnl For nse_fs.cc
dnl LARGE_FILES_IF_NOT_BROKEN
@@ -961,7 +962,7 @@ AC_OUTPUT(Makefile libnetutil/Makefile)
# Krad ASCII ART#!#@$!@#$
# Randomly store the name of one of the ASCII Art files in FILENAME
FILENAME=`ls $srcdir/docs/leet-nmap-ascii-art*.txt 2>/dev/null | awk '
FILENAME=`ls $srcdir/docs/leet-nmap-ascii-art*.txt 2>/dev/null | $AWK '
BEGIN {
srand();
}