Skip to content
Snippets Groups Projects
Commit ad6573e4 authored by Ujwal Kundur's avatar Ujwal Kundur Committed by Wouter Deconinck
Browse files

Fix 1

Update eic-env.sh to unset the sigil variable properly.
parent b7217126
Branches
No related tags found
1 merge request!309Repo Cleanup
...@@ -27,7 +27,7 @@ if [ -f /etc/jug_info ]; then ...@@ -27,7 +27,7 @@ if [ -f /etc/jug_info ]; then
esac esac
ps1_preamble="${container}${sigil}> " ps1_preamble="${container}${sigil}> "
export PS1_SIGIL=${sigil} export PS1_SIGIL=${sigil}
unset ${sigil} unset sigil
fi fi
unset version unset version
unset container unset container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment