diff options
Diffstat (limited to 'source/d/gcc/fetch-from-svn-and-prep-tarball.sh')
-rwxr-xr-x | source/d/gcc/fetch-from-svn-and-prep-tarball.sh | 4 |
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 b38c2fc0..de245906 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 |