diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-12 22:06:42 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-12 22:06:42 +0100 |
commit | 8db7d6310a93da3d0f6dc94c84b7e78cc9a58924 (patch) | |
tree | 5ffd41680542d258bb1296ed00b2df7fa44d8777 | |
parent | 8d238f9b2a36a5aa19c59e5c28f56cd838f0ddd4 (diff) | |
download | jenkins.debian.net-8db7d6310a93da3d0f6dc94c84b7e78cc9a58924.tar.xz |
fixup: fail gracefully on other archs
-rwxr-xr-x | bin/d-i_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh index 491208f8..759fee19 100755 --- a/bin/d-i_build.sh +++ b/bin/d-i_build.sh @@ -40,7 +40,7 @@ pdebuild_package() { # build # ARCH=$(dpkg --print-architecture) - EGREP_APPTERN="'( all| any| $ARCH)'" + EGREP_PATTERN="'( all| any| $ARCH)'" if [ $(grep Architecture: debian/control | egrep -q $EGREP_PATTERN) ] ; then pdebuild else |