Commit 431fc4b
committed
fix: remove all
ShellCheck directives are of course commented, but OpenSSH¹
has multiple instances where `#` is not followed by a space:
`#shellcheck disable...`² instead of `# shellcheck disable...`.
The upgraded `shellcheck_d` function now removes both types using
vintage POSIX-compliant `sed`.
1. openssh/openssh-portable@108676c3f2
2. https://github.com/openssh/openssh-portable/blob/108676c3f2/contrib/ssh-copy-id#L298
Signed-off-by: Lucas Larson <LucasLarson@riseup.net>shellcheck directives1 parent 4ab2a10 commit 431fc4b
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8277 | 8277 | | |
8278 | 8278 | | |
8279 | 8279 | | |
8280 | | - | |
8281 | | - | |
| 8280 | + | |
| 8281 | + | |
8282 | 8282 | | |
8283 | 8283 | | |
8284 | 8284 | | |
| |||
0 commit comments