Check for gawk on list-rdeps script
Marco Villegas
2 years ago
12 | 12 | |
13 | 13 | which grep-dctrl >/dev/null || abort 1 "grep-dctrl not found, install dctrl-tools" |
14 | 14 | which aptitude >/dev/null || abort 1 "aptitude not found, install it" |
15 | which gawk >/dev/null || abort 1 "gawk not found, install gawk" | |
15 | 16 | |
16 | 17 | ARCHIVE="${ARCHIVE:-unstable}" |
17 | 18 | ARCHIVT="${ARCHIVT:-testing}" |