Exclude GNU Screen environmental variables in pass_env#66
Exclude GNU Screen environmental variables in pass_env#66AJVincelli wants to merge 2 commits intoTACC:masterfrom
Conversation
Exclude ")" from the environment, which causes Launcher to fail when using GNU Screen on some clusters
|
@siliu-tacc @lwilson I have never done a Pull Request before, I apologize if I haven't done it right. Basically, when I use GNU Screen on some clusters, one of Screen's environmental variables includes a ")" and causes Launcher to fail. (I mentioned this behavior in Issue #63.) I just added |
|
Hm, actually my fix above might not work in all cases... Hold on while I check into this... |
Excluded TERMCAP and its tabbed ($'\t') variables, which causes Launcher to fail when using GNU Screen on some clusters
|
@siliu-tacc @lwilson I updated the fix to include all TERMCAP environment variables, which apparently can include an entire database of tabbed variables. Excluding all tabbed variables seems to clear all (and only) screen variables, and Launcher runs successfully. Maybe somebody else who experiences the error can try this fix to confirm that it works for them too? |
Exclude ")" from the environment, which causes Launcher to fail when using GNU Screen on some clusters. Excluding the ")" fixes the issue for me.