Changeset e61eeac in lab.git


Ignore:
Timestamp:
Mar 8, 2013 12:43:46 PM (11 years ago)
Author:
mitty <mitty@…>
Branches:
master, trunk
Children:
a74d46a
Parents:
7ee0f52
Message:
  • add double quote to hexcmp arguments

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@201 7d2118f6-f56c-43e7-95a2-4bb3031d96e7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TipAndDoc/.bashrc

    r7ee0f52 re61eeac  
    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.