This website requires JavaScript.
Explore
Help
Sign in
Miroirs
/
slackpkg
Watch
1
Star
0
Fork
You've already forked slackpkg
0
mirror of
https://github.com/rworkman/slackpkg
synced
2024-12-27 21:58:53 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
76629f61ba
slackpkg
/
files
/
cutpkg.awk
7 lines
46 B
Awk
Raw
Normal View
History
Unescape
Escape
*: Initial commit of slackpkg (as of 2.82.2 release)
2017-10-19 20:49:43 +02:00
OFS
=
"-"
{
if
(
NF
>
3
)
{
NF
=
NF
-
3
}
}
Avoid matching txz/tgz etc extension when blacklisting. 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.
2021-03-06 09:01:53 +01:00
1
Reference in a new issue
Copy permalink