Changeset 16899 for trunk/pstamp/scripts/ppstamp_run.pl
- Timestamp:
- Mar 8, 2008, 1:56:57 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/pstamp/scripts/ppstamp_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pstamp/scripts/ppstamp_run.pl
r16591 r16899 43 43 my $missing_tools; 44 44 45 my $pstamptool = can_run('pstamptool') or (warn "Can't find pstamptool" and $missing_tools = 1);46 my $ppstamp = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1);45 my $pstamptool = can_run('pstamptool') or (warn "Can't find pstamptool" and $missing_tools = 1); 46 my $ppstamp = can_run('ppstamp') or (warn "Can't find ppstamp" and $missing_tools = 1); 47 47 48 48 if ($missing_tools) {
Note:
See TracChangeset
for help on using the changeset viewer.
