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
The problem seems to be a gnu-extension in getopt(3). Set the environment variable POSIXLY_CORRECT to force gnu-getopt to behave like POSIX-getopt. This should fix that issue.
This causes an error:
but this works:
This causes an error too:
but adding '--' doesn't help:
Using the SJ_ environment variables circumvents this problem, but tlsc should work properly.
The text was updated successfully, but these errors were encountered: