Public bug reported:

python-distutils.mk uses a convention for an if clause that is not
common to all POSIX shells.

instead of:
cdbs_selected_pycompat := $(shell if [[ -e debian/pycompat ]]; then cat 
debian/pycompat; fi)
it should say:
cdbs_selected_pycompat := $(shell if [ -e debian/pycompat ]; then cat 
debian/pycompat; fi)

I'll attach a diff for the packaging to allow easy fixing.

** Affects: cdbs (Ubuntu)
     Importance: Untriaged
         Status: Unconfirmed

-- 
[Edgy] Bashism in python-distutils.mk
https://launchpad.net/bugs/53563

--
desktop-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to