summaryrefslogtreecommitdiffstats
path: root/bin/d-i_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-03-15 15:48:29 +0100
committerHolger Levsen <holger@layer-acht.org>2014-03-15 15:48:29 +0100
commit5d82d749e87765487dd01bdc881162b4595b659a (patch)
tree662245d17b0842d1f47914f62c7f5b3530968146 /bin/d-i_build.sh
parent8644587aaf9938acf5e2c3b84f5cae76bc1c1df3 (diff)
downloadjenkins.debian.net-5d82d749e87765487dd01bdc881162b4595b659a.tar.xz
fix typo
Diffstat (limited to 'bin/d-i_build.sh')
-rwxr-xr-xbin/d-i_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_build.sh b/bin/d-i_build.sh
index 777296de..5584da83 100755
--- a/bin/d-i_build.sh
+++ b/bin/d-i_build.sh
@@ -36,7 +36,7 @@ pdebuild_package() {
echo "Warning: A source package without debian/control, so no build will be tried."
return
fi
- if [ $(dh_listpackages | |sed '/^$/d' | wc -l) -eq 0 ]; then
+ if [ $(dh_listpackages | sed '/^$/d' | wc -l) -eq 0 ]; then
echo "This package is not to be supposed to be build on $(dpkg --print-architecture)"
grep "Architecture:" debian/control
return