From 113f18489777ef4049db28d327ffaeb9720ec7c9 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 7 Feb 2013 17:49:20 -0600 Subject: [PATCH] checkbashisms at build time, show but don't fail --- debian/changelog | 2 +- debian/rules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d31a11c..5e198974 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,7 @@ byobu (5.32) unreleased; urgency=low * debian/rules, usr/bin/byobu, usr/bin/byobu-launch, usr/lib/byobu/include/common, usr/lib/byobu/include/constants: - clean up some bashisms (better portability) - - checkbashisms at build time + - checkbashisms at build time, show but don't fail [ Lukas Stabe ] * usr/bin/byobu-launcher-install: diff --git a/debian/rules b/debian/rules index 999b79bc..2278388b 100755 --- a/debian/rules +++ b/debian/rules @@ -6,7 +6,7 @@ override_dh_auto_build: # Check syntax pep8 --verbose --repeat --ignore W191,E501 usr/bin/byobu-config usr/bin/byobu-select-session # Check for bashisms in shell scripts - checkbashisms `find . -type f -exec grep -l "^\#\!/bin/sh" '{}' \;` + checkbashisms `find . -type f -exec grep -l "^\#\!/bin/sh" '{}' \;` || true dh_auto_build override_dh_perl: