source:
trunk/xfix.sh@
1456
| Last change on this file since 1456 was 104, checked in by , 23 years ago | |
|---|---|
|
|
| File size: 6.5 KB | |
| Rev | Line | |
|---|---|---|
| [84] | 1 | #!/bin/sh |
| 2 | # | |
| 3 | # Workaround for missing +x bits in initial CVS import. | |
| 4 | # | |
| [82] | 5 | chmod a+x src/gcc/config.guess |
| 6 | chmod a+x src/gcc/config.sub | |
| 7 | chmod a+x src/gcc/configure | |
| 8 | chmod a+x src/gcc/install-sh | |
| 9 | chmod a+x src/gcc/ltconfig | |
| 10 | chmod a+x src/gcc/missing | |
| 11 | chmod a+x src/gcc/mkdep | |
| 12 | chmod a+x src/gcc/mkinstalldirs | |
| 13 | chmod a+x src/gcc/move-if-change | |
| 14 | chmod a+x src/gcc/symlink-tree | |
| 15 | chmod a+x src/gcc/ylwrap | |
