diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-09-01 02:26:00 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-09-01 02:26:00 +0200 |
commit | 7caa6c7cccb344cde52d2910a904892cb7a87554 (patch) | |
tree | 6195f8b345c601688b356191a506dab53b48cc0c | |
parent | 696a4c505ad7cd540d97f7be8389ba2b4a1b6df5 (diff) | |
download | jenkins.debian.net-7caa6c7cccb344cde52d2910a904892cb7a87554.tar.xz |
fix typo
-rwxr-xr-x | bin/reproducible_maintenance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh index c15cb679..492e6fec 100755 --- a/bin/reproducible_maintenance.sh +++ b/bin/reproducible_maintenance.sh @@ -262,7 +262,7 @@ fi echo "$(date -u) - updating the schroots now..." ARCH=$(dpkg --print-architecture) -for s in SUITES ; do +for s in $SUITES ; do if [ "$ARCH" = "armhf" ] && [ "$s" != "unstable" ] ; then continue fi |