Add a comment
This commit is contained in:
parent
94bc4e6025
commit
a48af850b0
@ -69,6 +69,8 @@ _library_ldsoconf()
|
||||
#remove trailing comments
|
||||
line="${line%#*}"
|
||||
|
||||
#recurse into the file included
|
||||
#XXX does not support globbing
|
||||
filename="${ldsoconf%/*}/${line#include }"
|
||||
[ -f "$filename" ] &&
|
||||
_library_ldsoconf "$filename"
|
||||
|
Loading…
Reference in New Issue
Block a user