Changeset 83586f7 in rtems-source-builder


Ignore:
Timestamp:
05/14/14 06:43:40 (10 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
65d9457
Parents:
e249bd1
Message:

sb: Fix the formatting string.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source-builder/sb/build.py

    re249bd1 r83586f7  
    168168                    src['script'] += ' | %{__tar_extract} -'
    169169            else:
    170                 src['script'] = '%{__tar_extract} %s' % (src['local'])
     170                src['script'] = '%%{__tar_extract} %s' % (src['local'])
    171171            srcs += [src]
    172172        return srcs
Note: See TracChangeset for help on using the changeset viewer.