Fix shells not working
This commit is contained in:
parent
7d827a82da
commit
f2bfb0248c
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ set -eo pipefail
|
|||
# Cancel execution of system-wide punktdateien-bashrc if user-wide installation is detected
|
||||
if [ -n "${BASHRCD_SYSTEM}" ] && [ -d "${HOME}/.bashrc.d" ] && [ -f "${HOME}/.bashrc.d/startup.sh" ]; then
|
||||
set +eo pipefail
|
||||
exit 0
|
||||
return 0
|
||||
fi
|
||||
|
||||
# Define variables
|
||||
|
|
Loading…
Reference in a new issue