mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Updated SC3044 (markdown)
@@ -30,7 +30,7 @@ var="value"
|
||||
```
|
||||
|
||||
If declaring a variable read-only:
|
||||
```
|
||||
```sh
|
||||
var=value
|
||||
readonly var
|
||||
```
|
||||
|
Reference in New Issue
Block a user