/usr/share/mk-configure/custom/prog_gawk is in mk-configure 0.25.0-1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | #!/bin/sh
############################################################
# Copyright (c) 2009 by Aleksey Cheusov
#
# See LICENSE file in the distribution.
############################################################
LC_ALL=C
export LC_ALL
pathpart=' ' # fake
. mkc_check_common.sh
find_n_match gawk --version 'gnu awk'
find_n_match nawk --version 'gnu awk'
find_n_match awk --version 'gnu awk'
echo ''
|