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
Use POSIX-compliant string comparison in bash tests
This replaces '==' with '=' in bash test expressions for POSIX
compliance. While '==' works in bash, '=' is the POSIX standard and
ensures better portability across different shells.
0 commit comments