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
Fix shell script syntax errors after removing 'local' keywords
Remove orphaned variable declarations that were left after removing
'local' keywords. These were causing syntax errors in the shell script.
Fixed:
- Removed standalone variable declarations without assignments
- All variables now properly initialized when used
- Shell script syntax is now valid
- Shellcheck passes without errors
This completes the POSIX sh compatibility fix for PR #330.
0 commit comments