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