mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Use the same shell as invoked with for installation. (#1403)
Fixes #1402
This commit is contained in:
@@ -60,9 +60,9 @@ done
|
||||
|
||||
if [[ -O "${ACCESS_PATH}" ]]; then
|
||||
echo "Installing files..."
|
||||
echo "${SCRIPT}" | /usr/bin/bash -eux -
|
||||
echo "${SCRIPT}" | /bin/bash -eux -
|
||||
else
|
||||
echo "Installing files using sudo..."
|
||||
echo "${SCRIPT}" | sudo -- /usr/bin/bash -eux -
|
||||
echo "${SCRIPT}" | sudo -- /bin/bash -eux -
|
||||
fi
|
||||
echo "All done."
|
||||
|
||||
Reference in New Issue
Block a user