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

Bash errors in all Terminals after recent updates #1351

Closed
bnvk opened this Issue Oct 21, 2015 · 1 comment

Comments

Projects
None yet
2 participants
@bnvk

bnvk commented Oct 21, 2015

I recently ran a bunch of updates in all my template VMs as well as the dom0 updates. However, now I am noticing the following error in all my Fedora related AppVMs (even Fedora StandaloneVMs) when launching a Terminal

bash: export: `BASH_FUNC_module()=() {  eval `/usr/bin/modulecmd bash $*`': not a valid identifier
bash: export: `}': not a valid identifier
bash: export: `BASH_FUNC_scl()=() {  local CMD=$1;': not a valid identifier
bash: export: `if [ "$CMD" = "load" -o "$CMD" = "unload" ]; then': not a valid identifier
bash: export: `eval "module $@";': not a valid identifier
bash: export: `/usr/bin/scl "$@";': not a valid identifier
bash: export: `}': not a valid identifier

Curiously, none of my Debian 8 templates are showing this sort of error!

@marmarek

This comment has been minimized.

Show comment
Hide comment
@marmarek

marmarek Oct 21, 2015

Member

Duplicate of #1350

Member

marmarek commented Oct 21, 2015

Duplicate of #1350

@marmarek marmarek closed this Oct 21, 2015

@marmarek marmarek added the duplicate label Oct 21, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment