| 124 |  | progs.append(xshowtrace) | 
| 125 |  |  | 
| 126 |  | if os.name == 'posix': # XXX ignoring trad.wsh | 
| 127 | < | for s in Split('''normpat falsecolor pdfblur pmblur pmdblur pbilat | 
| 127 | > | for s in Split('''normpat pdfblur pmblur pmdblur pbilat | 
| 128 |  | xyzimage phisto pdelta pgblur ra_pfm ran2tiff'''): | 
| 129 | < | Default(env.InstallCsh(radbin(s), s + '.csh')) | 
| 129 | > | Default(env.InstallScript(radbin(s), s + '.csh')) | 
| 130 | > | for s in Split('''falsecolor'''): | 
| 131 | > | Default(env.InstallScript(radbin(s), s + '.pl')) | 
| 132 |  | # XXX probably needs fixing | 
| 133 |  | #else: | 
| 134 |  | #       for s in Split('''falsecolor'''): | 
| 135 | < | #               Default(env.InstallCsh(radbin(s), s + '.csh')) | 
| 135 | > | #               Default(env.InstallScript(radbin(s), s + '.pl')) | 
| 136 |  | # ignored by Rmakefile: pacuity phisteq psquish pveil vlpic | 
| 137 |  |  | 
| 138 |  | Default('#src/px') |