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
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
getopt reorders the arguments which causes a problem when commands are nested.
E.g. bin/kdb elektrify-getenv echo -n -e "hello world"
Causes The command elektrify-getenv is not known (even though the command actually exists and /usr/lib/elektra/tool_exec/-n was actually stat()ed.
Workaround: set the environment variable POSIXLY_CORRECT, but this breaks arguments mixed in non-posix conform ways.
The text was updated successfully, but these errors were encountered:
I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue.
Thank you for your contributions 💖
getopt reorders the arguments which causes a problem when commands are nested.
E.g.
bin/kdb elektrify-getenv echo -n -e "hello world"
Causes
The command elektrify-getenv is not known
(even though the command actually exists and/usr/lib/elektra/tool_exec/-n
was actuallystat()
ed.Workaround: set the environment variable
POSIXLY_CORRECT
, but this breaks arguments mixed in non-posix conform ways.The text was updated successfully, but these errors were encountered: