[PATCH] remove hash bangs from non-executable scripts

Andres Salomon dilinger at debian.org
Fri May 19 07:17:21 BST 2006


Hi,

bzrlib/weave.py and bzrlib/uncommit.py both begin w/ #!/usr/bin/python.
This angers debian's lintian check, as they are not meant to be
executed:

W: bzr:
script-not-executable ./usr/lib/python2.4/site-packages/bzrlib/uncommit.py
W: bzr:
script-not-executable ./usr/lib/python2.4/site-packages/bzrlib/weave.py


I can't think of a reason why this should be the case; this patch
removes the #! bit from the beginning of those files.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 002-execute_path.patch
Type: text/x-patch
Size: 431 bytes
Desc: not available
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060519/b3bc8e99/attachment.bin 


More information about the bazaar mailing list