mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-15 19:47:54 +01:00
844b3a5424
Make blacklist file a full package name regex. Replace redundant 'print $0 } else { print $0' in cutpkg.awk. Fix formatting on 'blacklist or ignore' message.
6 lines
46 B
Awk
6 lines
46 B
Awk
OFS="-" {
|
|
if ( NF > 3 ) {
|
|
NF=NF-3
|
|
}
|
|
}
|
|
1
|