Opened 20 months ago
Closed 19 months ago
Last modified 17 months ago
#13270 closed Patch - Feature (fixed)
Code cleanup - remove execute bits on specific source files
Reported by: | Gary Buhrmaster | Owned by: | David Hampton |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | Master Head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
There are a couple of cpp files in the mythtv source tree which have the execute bit set. This results in some warnings with certain build processes. This proposed patch removes the execute bits.
Proposed patch:
diff --git a/mythtv/programs/mythtranscode/cutter.cpp b/mythtv/programs/mythtranscode/cutter.cpp old mode 100755 new mode 100644 diff --git a/mythtv/libs/libmythupnp/xsd.cpp b/mythtv/libs/libmythupnp/xsd.cpp old mode 100755 new mode 100644
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 454c4e4df/mythtv: