mirror of
https://github.com/koalaman/shellcheck.git
synced 2025-10-03 19:29:44 +08:00
Add link to SC3030
@@ -22,7 +22,7 @@ foo=(/some/path/*)
|
||||
echo "${foo[@]}"
|
||||
```
|
||||
|
||||
Note that either of these will trigger SC3030 ("In POSIX sh, array references are undefined") if you are using `sh` and not e.g. `bash`.
|
||||
Note that either of these will trigger [[SC3030]] ("In POSIX sh, array references are undefined") if you are using `sh` and not e.g. `bash`.
|
||||
|
||||
### Rationale:
|
||||
|
||||
|
Reference in New Issue
Block a user