Skip to content

Commit

Permalink
change wording
Browse files Browse the repository at this point in the history
  • Loading branch information
satmandu committed Oct 31, 2022
1 parent b7a3525 commit ea8ae78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/profile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
# Switch to Chromebrew bash as early as possible if it is installed.
CREW_BASH_VERSION="$(bash --norc -c 'echo $BASH_VERSION')"
if [[ -n "$CREW_BASH_VERSION" ]] && [[ "${CREW_BASH_VERSION}" != "${BASH_VERSION}" ]]; then
echo "Starting newer Chromebrew bash."
echo "Starting Chromebrew bash."
exec bash
# else
# echo "Chromebrew bash is not newer."
# echo "Chromebrew bash is not installed."
fi

# Source the base /etc/profile file
Expand Down

0 comments on commit ea8ae78

Please sign in to comment.