Commit 59ed3a9
committed
chore: add quotes to rm command in postrm script
Quote variables in rm -rf command to prevent globbing and word splitting,
addressing shellcheck SC2086 warning for safer package removal.
log: add quotes to rm command in postrm script1 parent 5eb8049 commit 59ed3a9
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments