diff --git a/main.sh b/main.sh index ec8b49c..017cd79 100755 --- a/main.sh +++ b/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]*/))