| # | Line 50 | Line 50 | env.Append(RAD_RLIBINSTALL=env.Install(env['RAD_RLIBDI | |
|---|---|---|
| 50 | ||
| 51 | if os.name == 'posix': | |
| 52 | for s in Split('''optics2rad'''): | |
| 53 | < | Default(env.InstallCsh(rbin(s), s + '.csh')) |
| 53 | > | Default(env.InstallScript(rbin(s), s + '.csh')) |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |