mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
Add missing escape when adding Homebrew to PATH
Task-number: QTQAINFRA-6903 Pick-to: 6.9 6.8 6.5 5.15 Change-Id: I2f97621d3413df17f9b969113e863974bd739cac Reviewed-by: Ville-Pekka Karhu <ville-pekka.karhu@qt.io>
This commit is contained in:
@@ -33,7 +33,7 @@ installPkg() {
|
||||
|
||||
sudo installer -pkg "/tmp/Homebrew-$VERSION.pkg" -target /
|
||||
# Add homebrew to PATH
|
||||
SetEnvVar "PATH" "/opt/homebrew/bin:$PATH"
|
||||
SetEnvVar "PATH" "/opt/homebrew/bin:\$PATH"
|
||||
|
||||
echo "Homebrew = $VERSION" >> ~/versions.txt
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user