Ticket #213 (new defect)

Opened 7 months ago

Last modified 7 months ago

Excecution bit set on multiple file which don't require it

Reported by: davemorris Assigned to: unassigned
Priority: trivial Milestone: 1.8 Release
Component: System Version: 1.8
Keywords: Cc: dcm5@brighton.ac.uk
Completion:

Description

The script below should fix these. (Obs search and replace the path)

#!/bin/sh find /relative/path/to/opensg -name "README" -print | xargs chmod -x find /relative/path/to/opensg -name "SConscript" -print | xargs chmod -x find /relative/path/to/opensg -name "Makefile" -print | xargs chmod -x find /relative/path/to/opensg -name "*.h" -print | xargs chmod -x find /relative/path/to/opensg -name "*.html" -print | xargs chmod -x find /relative/path/to/opensg -name "*.inf" -print | xargs chmod -x find /relative/path/to/opensg -name "*.inl" -print | xargs chmod -x find /relative/path/to/opensg -name "*.rc" -print | xargs chmod -x find /relative/path/to/opensg -name "*.res" -print | xargs chmod -x find /relative/path/to/opensg -name "*.fcd" -print | xargs chmod -x find /relative/path/to/opensg -name "*.cpp" -print | xargs chmod -x find /relative/path/to/opensg -name "*.sln" -print | xargs chmod -x find /relative/path/to/opensg -name "*.manifest" -print | xargs chmod -x find /relative/path/to/opensg -name "*.rc2" -print | xargs chmod -x find /relative/path/to/opensg -name "*.ico" -print | xargs chmod -x find /relative/path/to/opensg -name "*.bmp" -print | xargs chmod -x find /relative/path/to/opensg -name "*.png" -print | xargs chmod -x

Attachments

script (1.2 kB) - added by davemorris on 01/31/08 06:05:01.
Script to remove execution bit

Change History

01/31/08 06:05:01 changed by davemorris

  • attachment script added.

Script to remove execution bit

01/31/08 06:07:12 changed by davemorris

  • cc set to dcm5@brighton.ac.uk.