commit | f4ece4046344230a3a030ef1e494599eaf0a5935 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Feb 01 10:48:34 2013 +0100 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Feb 19 11:53:49 2013 +0100 |
tree | 6cf1b74105e3bce62b4598eff1a4dfdbdf04efcc | |
parent | 62162fff598f941c198b16b4e8814015ec5a0bef [diff] |
fix scripts/make_device_config.sh Make it handle multiple include statements in a file: (1) The printf needs a space so the include files will be separated. (2) Also $f can contain multiple failes, so redirection will not work and we have to use cat to process all files. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>