Skip to content

Commit

Permalink
ScalarInstall: clear Bash's hash of command paths
Browse files Browse the repository at this point in the history
  • Loading branch information
jamill committed Aug 29, 2019
1 parent 7c36870 commit c449316
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Scripts/Mac/InstallScalarTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ echo "=============================="
echo "Installing Git for Mac for Scalar"
sudo /usr/sbin/installer -pkg "$SCALAR_DISTRIBUTION_ROOT/Git/$GIT_INSTALLER_PKG" -target /

# Clear Bash's hash of command paths so it picks up the
# update git binary path
hash -r

# Install GCM Core
echo ""
echo "=============================="
Expand Down

0 comments on commit c449316

Please sign in to comment.