Changeset 1820

Show
Ignore:
Timestamp:
09/18/06 17:00:14 (2 years ago)
Author:
whmoseley
Message:

Fix an error message to display the right variable.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/swish_website/bin/build

    r1819 r1820  
    624624    # Locate the input path in the INCLUDE_PATH 
    625625    my $inpath  = $self->find_in_include( $in_file ); 
    626     die "Failed to find input path for [$inpath].  Aborting.\n" unless $inpath; 
     626    die "Failed to find input path for [$in_file].  Aborting.\n" unless $inpath; 
    627627 
    628628