diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-10-19 08:41:21 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-10-19 08:41:21 +0200 |
commit | 3bfe6d5f28e8edff763682659567cabc21382ff3 (patch) | |
tree | 44e392c2d710c195f83da99403ef898dbb4ce74a /bin/reproducible_build_arch_pkg.sh | |
parent | b1eec7f143e1cc99fc4fbd9dd73f60dcc3a19116 (diff) | |
download | jenkins.debian.net-3bfe6d5f28e8edff763682659567cabc21382ff3.tar.xz |
reproducible Arch Linux: correctly spell project name
Diffstat (limited to 'bin/reproducible_build_arch_pkg.sh')
-rwxr-xr-x | bin/reproducible_build_arch_pkg.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_build_arch_pkg.sh b/bin/reproducible_build_arch_pkg.sh index be634fa0..bf775e6f 100755 --- a/bin/reproducible_build_arch_pkg.sh +++ b/bin/reproducible_build_arch_pkg.sh @@ -40,7 +40,7 @@ handle_remote_error() { first_build() { echo "=============================================================================" - echo "Building ${SRCPACKAGE} for Archlinux on $(hostname -f) now." + echo "Building ${SRCPACKAGE} for Arch Linux on $(hostname -f) now." echo "Date: $(date)" echo "Date UTC: $(date -u)" echo "=============================================================================" @@ -67,7 +67,7 @@ first_build() { second_build() { echo "=============================================================================" - echo "Re-Building ${SRCPACKAGE} for Archlinux on $(hostname -f) now." + echo "Re-Building ${SRCPACKAGE} for Arch Linux on $(hostname -f) now." echo "Date: $(date)" echo "Date UTC: $(date -u)" echo "=============================================================================" |