mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 11:26:04 +08:00
Coin: Fix squish coco PATH variable
It has to escaped so the PATH is not expanded when appending to .bashrc. This causes issues in sourcing some 3rd party envs where PATH is overwritten by bashrc as last and the tools are missing. Pick-to: 6.8 6.5 6.2 5.15 Change-Id: Idc540d608201a8f8e4c231a7e82b1b2bc42fe70f Reviewed-by: Simo Fält <simo.falt@qt.io>
This commit is contained in:
@@ -25,5 +25,4 @@ echo 1 | sudo "/tmp/$package" "--nox11"
|
||||
|
||||
/opt/SquishCoco/bin/cocolic --license-server=Qt-SRV-33.intra.qt.io:49344
|
||||
|
||||
echo "export PATH=/opt/SquishCoco/bin/:$PATH" >> ~/.bashrc
|
||||
|
||||
SetEnvVar "PATH" "/opt/SquishCoco/bin/:\$PATH"
|
||||
|
||||
Reference in New Issue
Block a user