Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[invoker] Clear POSIXLY_CORRECT after parsing the arguments #22

Closed
turski opened this issue Mar 24, 2014 · 4 comments
Closed

[invoker] Clear POSIXLY_CORRECT after parsing the arguments #22

turski opened this issue Mar 24, 2014 · 4 comments

Comments

@turski
Copy link

turski commented Mar 24, 2014

POSIXLY_CORRECT environment variable is used for modifying getopt behaviour, but is not cleared before launching the application. This is causing some problems especially on terminals. See TJC thread over here: https://together.jolla.com/question/5561/make-fingertermbash-startup-execute-standard-profilebashrc-scripts/

@piral
Copy link

piral commented Jun 1, 2014

On jolla sailfish os it was possible to mount davfs over ssh but not over the terminal on jolla itself. As a workaround unset POSIXLY_CORRECT in a shell scipt will do the thing.

@amtep
Copy link

amtep commented Jun 1, 2014

Invoker could use + at the start of the optstring instead of setting POSIXLY_CORRECT at all.

@special
Copy link
Contributor

special commented Jun 2, 2014

Fixed with @amtep's suggestion in #26

@special
Copy link
Contributor

special commented Jun 2, 2014

Fixed in mapplauncherd 4.1.15

@special special closed this as completed Jun 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants