Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: scripts/
Date: Mon, 01 Nov 2021 20:46:51
Message-Id: 1635799598.f7764f5d60ccafd637df5b32098103181fce91b9.dilfridge@gentoo
1 commit: f7764f5d60ccafd637df5b32098103181fce91b9
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 1 20:46:14 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 1 20:46:38 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=f7764f5d
7
8 Typo fix
9
10 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
11
12 scripts/copy_buildsync.sh | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
16 index 9f56f44a..7b4dfbdc 100755
17 --- a/scripts/copy_buildsync.sh
18 +++ b/scripts/copy_buildsync.sh
19 @@ -157,7 +157,7 @@ process_arch() {
20 fi
21 if [ -n "${stage3_list}" ]; then
22 echo -e "${header}" >"${OUT_STAGE3}"
23 - # Dito for stage3
24 + # Ditto for stage3
25 rm -f current-stage3
26 fi