Skip to content

Commit bf3cda8

Browse files
committed
Clean up bootstrap.sh.
The pip sed is no longer needed. Add comment to explain the other sed.
1 parent 63790d2 commit bf3cda8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bootstrap.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ cp misc/jhbuildrc-custom "$HOME/.config/jhbuildrc-custom"
1717

1818
git clone https://gitlab.gnome.org/GNOME/gtk-osx.git _gtk-osx
1919
(cd _gtk-osx && git checkout $PIN_GTK_OSX_COMMIT)
20-
# fix boostrap failure: error message on pip download
21-
sed -i '' s,https://bootstrap.pypa.io/2.7/get-pip.py,https://bootstrap.pypa.io/pip/2.7/get-pip.py, _gtk-osx/gtk-osx-setup.sh
20+
# don't silence curl errors when bootstrapping
2221
sed -i '' 's:curl -ks :curl -ksS :' _gtk-osx/gtk-osx-setup.sh
2322
./_gtk-osx/gtk-osx-setup.sh
2423

0 commit comments

Comments
 (0)