| Submitter | andrzej zaborowski |
|---|---|
| Date | Jan. 8, 2012, 3:12 p.m. |
| Message ID | <1326035556-15659-1-git-send-email-balrogg@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/134957/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/scripts/hxtool b/scripts/hxtool index 995bb7f..a985f5c 100644 --- a/scripts/hxtool +++ b/scripts/hxtool @@ -20,6 +20,8 @@ hxtotexi() { flag=0 line=1 + echo "@c This file is autogenerated from a .hx file by $0, \ +changes will be lost." while read -r str; do case "$str" in HXCOMM*)
Signed-off-by: Andrzej Zaborowski <andrew.zaborowski@intel.com> --- scripts/hxtool | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)