summaryrefslogtreecommitdiffstats
path: root/source/d/gcc/fetch-from-svn-and-prep-tarball.sh
diff options
context:
space:
mode:
Diffstat (limited to 'source/d/gcc/fetch-from-svn-and-prep-tarball.sh')
-rwxr-xr-xsource/d/gcc/fetch-from-svn-and-prep-tarball.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/d/gcc/fetch-from-svn-and-prep-tarball.sh b/source/d/gcc/fetch-from-svn-and-prep-tarball.sh
index b38c2fc0c..de2459067 100755
--- a/source/d/gcc/fetch-from-svn-and-prep-tarball.sh
+++ b/source/d/gcc/fetch-from-svn-and-prep-tarball.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-# Copyright 2018 Patrick J. Volkerding, Sebeka, Minnesota, USA
+# Copyright 2018, 2019 Patrick J. Volkerding, Sebeka, Minnesota, USA
#
# Parts of this script are based on the gcc_release script by
# Jeffrey Law, Bernd Schmidt, Mark Mitchell.
@@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-BRANCH=${BRANCH:-gcc-8-branch}
+BRANCH=${BRANCH:-gcc-9-branch}
rm -rf tmp-fetch
mkdir tmp-fetch