diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 21:46:14 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-11-01 21:46:38 +0100 |
commit | f7764f5d60ccafd637df5b32098103181fce91b9 (patch) | |
tree | 89dd3e3bbee8dcbacae6e51d500138f4b372fd35 /scripts | |
parent | No need to fiddle with harfbuzz/freetype anymore (diff) | |
download | releng-f7764f5d60ccafd637df5b32098103181fce91b9.tar.gz releng-f7764f5d60ccafd637df5b32098103181fce91b9.tar.bz2 releng-f7764f5d60ccafd637df5b32098103181fce91b9.zip |
Typo fix
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/copy_buildsync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh index 9f56f44a..7b4dfbdc 100755 --- a/scripts/copy_buildsync.sh +++ b/scripts/copy_buildsync.sh @@ -157,7 +157,7 @@ process_arch() { fi if [ -n "${stage3_list}" ]; then echo -e "${header}" >"${OUT_STAGE3}" - # Dito for stage3 + # Ditto for stage3 rm -f current-stage3 fi |