Changeset 1820
- Timestamp:
- 09/18/06 17:00:14 (2 years ago)
- Files:
-
- trunk/swish_website/bin/build (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/swish_website/bin/build
r1819 r1820 624 624 # Locate the input path in the INCLUDE_PATH 625 625 my $inpath = $self->find_in_include( $in_file ); 626 die "Failed to find input path for [$in path]. Aborting.\n" unless $inpath;626 die "Failed to find input path for [$in_file]. Aborting.\n" unless $inpath; 627 627 628 628
