summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:54:13 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:54:13 +0100
commitc4594a18be3d0622b1f810ed6c0a00ec3459252e (patch)
treef33a4de7c48907c90764d221fe226a3e81fb379d /bin
parent12f846cfb2ae0b703f96dc0c1339d3f9a6cfcc97 (diff)
downloadjenkins.debian.net-c4594a18be3d0622b1f810ed6c0a00ec3459252e.tar.xz
fix typo
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.sh b/bin/reproducible_common.sh
index 0bddbeb9..daefb044 100755
--- a/bin/reproducible_common.sh
+++ b/bin/reproducible_common.sh
@@ -161,7 +161,7 @@ write_page_header() {
BASEURL=""
fi
done
- if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" = "experiemental" ] ; then
+ if [ "$TARGET" = "pkg_sets" ] && [ "$SUITE" = "experimental" ] ; then
# no pkg_sets are tested in experimental
continue
fi