fix: POSIX compatibility case written incorrectly
This commit is contained in:
@@ -31,7 +31,8 @@ export PATH="$PATH:$VCPKG_ROOT"
|
|||||||
# if executing interactively
|
# if executing interactively
|
||||||
# execute .bashrc in the current login context
|
# execute .bashrc in the current login context
|
||||||
case $- in
|
case $- in
|
||||||
*i*) return ;;
|
*i*) ;;
|
||||||
|
*) return ;;
|
||||||
esac
|
esac
|
||||||
[ -z "${PS1-}" ] && return
|
[ -z "${PS1-}" ] && return
|
||||||
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"
|
[ -f "$HOME/.bashrc" ] && . "$HOME/.bashrc"
|
||||||
|
|||||||
Reference in New Issue
Block a user