Skip to content

Commit 93616d5

Browse files
committed
Furthe changes for review comments.
1 parent 8689abd commit 93616d5

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/cpp/.devcontainer/reinstall-gcc.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information.
55
#-------------------------------------------------------------------------------------------------------------
66
#
7-
set -euox pipefail
7+
set -euo pipefail
88

99
# Default GCC version
1010
GCC_VERSION="${1:-12.2.0}"
@@ -108,7 +108,6 @@ rm "gcc-${GCC_VERSION}.tar.xz" "gcc-${GCC_VERSION}.tar.xz.sig"
108108
cd "${GCC_SRC_DIR}"
109109
./contrib/download_prerequisites
110110
for f in config.guess config.sub; do
111-
#wget -O "$f" "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb"
112111
robust_wget "https://git.savannah.gnu.org/cgit/config.git/plain/$f?id=7d3d27baf8107b630586c962c057e22149653deb" "$f"
113112
find -mindepth 2 -name "$f" -exec cp -v "$f" '{}' ';'
114113
done

0 commit comments

Comments
 (0)