From 5874bef3a352080bdea1d0c8b9084e789c235154 Mon Sep 17 00:00:00 2001 From: juha Date: Tue, 10 Oct 2017 16:26:54 +0000 Subject: [PATCH] Tools, update_cross_fpc.sh: Remove an extra delimiter from download URL. Issue #31114. git-svn-id: trunk@56019 - --- tools/install/cross_unix/update_cross_fpc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install/cross_unix/update_cross_fpc.sh b/tools/install/cross_unix/update_cross_fpc.sh index 2979af91c5..e9dd2adb97 100755 --- a/tools/install/cross_unix/update_cross_fpc.sh +++ b/tools/install/cross_unix/update_cross_fpc.sh @@ -13,7 +13,7 @@ fi # the binutils version to download BinutilsVersion=2.20 -BinutilsDownloadPath=http://ftp.gnu.org/gnu/binutils/ +BinutilsDownloadPath=http://ftp.gnu.org/gnu/binutils # the FPC targets Targets="i386-win32";