Changeset 6043
- Timestamp:
- 04/19/12 09:38:07 (14 months ago)
- Files:
-
- 1 modified
-
i2c-tools/trunk/eeprom/decode-dimms (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
i2c-tools/trunk/eeprom/decode-dimms
r6042 r6043 41 41 use POSIX qw(ceil); 42 42 use Fcntl qw(:DEFAULT :seek); 43 use File::Basename; 43 44 use vars qw($opt_html $opt_bodyonly $opt_side_by_side $opt_merge 44 45 $opt_igncheck $use_sysfs $use_hexdump $sbs_col_width … … 1704 1705 } 1705 1706 1706 push @dimm, { eeprom => $_, file => $_ } if $use_hexdump;1707 push @dimm, { eeprom => basename($_), file => $_ } if $use_hexdump; 1707 1708 } 1708 1709
