You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 210: syntax error near unexpected token `<'
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 210: ` COMPREPLY=( "<integer>" "" )'
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 211: syntax error near unexpected token `;;'
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 211: ` ;;'
```
and
```
> shellcheck /opt/homebrew/etc/bash_completion.d/hwloc
In /opt/homebrew/etc/bash_completion.d/hwloc line 295:
COMPREPLY=( "hwloc" "list" taskset" )
^-- SC1009 (info): The mentioned syntax error was in this variable assignment.
^-- SC1073 (error): Couldn't parse this array assignment. Fix to allow more checks.
^-- SC1078 (warning): Did you forget to close this double quoted string?
```
0 commit comments