forked from pool/acpica
- Fix tiny bug in acpi_validate which wrongly adds the file which
is to be compiled additionally to the external reference tables list OBS-URL: https://build.opensuse.org/package/show/hardware/acpica?expand=0&rev=47
This commit is contained in:
parent
e983b4b37c
commit
810f248ec3
@ -153,7 +153,7 @@ for file in *.dat;do
|
||||
# could have leading or trailing whitespace depending whether
|
||||
# it is at the end or the beginning of the list
|
||||
REF_TABLE_LIST=${SDTs/[[:space:]]$file/}
|
||||
REF_TABLE_LIST=${SDTs/$file[[:space:]]/}
|
||||
REF_TABLE_LIST=${REF_TABLE_LIST/$file[[:space:]]/}
|
||||
# Convert the whitespace list into a comma separated one:
|
||||
REF_TABLE_LIST=${REF_TABLE_LIST//[[:space:]]/,}
|
||||
if [ "$REF_TABLE_LIST" != "" ];then
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 16:12:38 UTC 2013 - trenn@suse.de
|
||||
|
||||
- Fix tiny bug in acpi_validate which wrongly adds the file which
|
||||
is to be compiled additionally to the external reference tables
|
||||
list
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 23 11:07:28 UTC 2013 - trenn@suse.de
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user