generated from cosmic-packages/cosmic-applets
Update main.sh
This commit is contained in:
parent
d52cc407bd
commit
756e87513b
2
main.sh
2
main.sh
@ -16,7 +16,7 @@ cd cosmic-settings
|
||||
awk '
|
||||
BEGIN { ORS="" }
|
||||
{
|
||||
while (match($0, /(^|[^a-zA-Z0-9_-])(cargo|rustc)([^a-zA-Z0-9_-]|$)/)) {
|
||||
while (match($0, /(^|[^a-zA-Z0-9_-])(cargo|rustc|rust-all)([^a-zA-Z0-9_-]|$)/)) {
|
||||
printf "%s", substr($0, 1, RSTART - 1)
|
||||
$0 = substr($0, RSTART + RLENGTH)
|
||||
if (match($0, /^[, \t]*/))
|
||||
|
Loading…
Reference in New Issue
Block a user