- Timestamp:
- 05/01/05 17:23:45 (4 years ago)
- svk:copy_cache_prev:
- 4152
- Files:
-
- 1 modified
-
script/pugscc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
script/pugscc
r2590 r2600 110 110 if ($run) { 111 111 if ($backend eq 'Parrot' and !-x '/usr/bin/env') { 112 system("parrot" => $out) == 0 or die $!;112 system("parrot" => $out); 113 113 } 114 114 else { 115 system ($out) == 0 or die $!;115 system {$out} $out; 116 116 } 117 117 }
