From d91fd954c9b337141711abb75e736012c0e715b7 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 19 Aug 2015 23:57:45 +0200 Subject: reproducible fixup --- bin/reproducible_common.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_common.sh') diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh index 234754c6..b84a4669 100755 --- a/bin/reproducible_common.sh +++ b/bin/reproducible_common.sh @@ -227,10 +227,10 @@ write_page_header() { elif [ "$TARGET" = "notify" ] ; then write_page "
  • ${SPOKEN_TARGET}
  • " elif [ "$TARGET" = "arch" ] ; then - if [ "$ARCH" ] = "amd64" ; then - write_page "
  • armhf
  • " + if [ "$ARCH" = "amd64" ] ; then + write_page "
  • armhf
  • " else - write_page "
  • amd64
  • " + write_page "
  • amd64
  • " fi else write_page "
  • ${SPOKEN_TARGET}
  • " -- cgit v1.2.3-70-g09d2