SHA256
1
0
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:
Thomas Renninger 2013-01-23 16:13:34 +00:00 committed by Git OBS Bridge
parent e983b4b37c
commit 810f248ec3
2 changed files with 8 additions and 1 deletions

View File

@ -153,7 +153,7 @@ for file in *.dat;do
# could have leading or trailing whitespace depending whether # could have leading or trailing whitespace depending whether
# it is at the end or the beginning of the list # it is at the end or the beginning of the list
REF_TABLE_LIST=${SDTs/[[:space:]]$file/} 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: # Convert the whitespace list into a comma separated one:
REF_TABLE_LIST=${REF_TABLE_LIST//[[:space:]]/,} REF_TABLE_LIST=${REF_TABLE_LIST//[[:space:]]/,}
if [ "$REF_TABLE_LIST" != "" ];then if [ "$REF_TABLE_LIST" != "" ];then

View File

@ -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 Wed Jan 23 11:07:28 UTC 2013 - trenn@suse.de