source:
trunk/setup
@
9
| Revision 9, 196 bytes checked in by ux454321, 5 years ago (diff) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #!/usr/bin/tcsh |
| 2 | set tmpfile = I_AM_A_TEMPORARY_FILE |
| 3 | if ( -e $tmpfile ) rm $tmpfile |
| 4 | set localdir = `pwd` |
| 5 | sed -e 's:\(RootIDL = \"\:\)\(.*\):\1'$localdir'\":g' go > $tmpfile |
| 6 | rm go |
| 7 | mv $tmpfile go |
| 8 | # |
Note: See TracBrowser
for help on using the repository browser.
