mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
checkbashisms at build time, show but don't fail
This commit is contained in:
parent
16cb3ddb58
commit
113f184897
2 changed files with 2 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -6,7 +6,7 @@ byobu (5.32) unreleased; urgency=low
|
||||||
* debian/rules, usr/bin/byobu, usr/bin/byobu-launch,
|
* debian/rules, usr/bin/byobu, usr/bin/byobu-launch,
|
||||||
usr/lib/byobu/include/common, usr/lib/byobu/include/constants:
|
usr/lib/byobu/include/common, usr/lib/byobu/include/constants:
|
||||||
- clean up some bashisms (better portability)
|
- clean up some bashisms (better portability)
|
||||||
- checkbashisms at build time
|
- checkbashisms at build time, show but don't fail
|
||||||
|
|
||||||
[ Lukas Stabe ]
|
[ Lukas Stabe ]
|
||||||
* usr/bin/byobu-launcher-install:
|
* usr/bin/byobu-launcher-install:
|
||||||
|
|
2
debian/rules
vendored
2
debian/rules
vendored
|
@ -6,7 +6,7 @@ override_dh_auto_build:
|
||||||
# Check syntax
|
# Check syntax
|
||||||
pep8 --verbose --repeat --ignore W191,E501 usr/bin/byobu-config usr/bin/byobu-select-session
|
pep8 --verbose --repeat --ignore W191,E501 usr/bin/byobu-config usr/bin/byobu-select-session
|
||||||
# Check for bashisms in shell scripts
|
# 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
|
dh_auto_build
|
||||||
|
|
||||||
override_dh_perl:
|
override_dh_perl:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue