Changeset 201 in lab


Ignore:
Timestamp:
Mar 8, 2013 12:43:46 PM (11 years ago)
Author:
mitty
Message:
  • add double quote to hexcmp arguments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/TipAndDoc/.bashrc

    r200 r201  
    4444 
    4545function hexcmp { 
    46     cmp -l $@ | awk '{printf "%08X %02X %02X\n", $1-1, strtonum(0$2), strtonum(0$3)}' 
     46    cmp -l "$@" | awk '{printf "%08X %02X %02X\n", $1-1, strtonum(0$2), strtonum(0$3)}' 
    4747} 
    4848 
Note: See TracChangeset for help on using the changeset viewer.