We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getSystemSearchPaths
1 parent d4431ef commit 70893c4Copy full SHA for 70893c4
internal/ldconfig/ldconfig.go
@@ -255,7 +255,7 @@ func (l *Ldconfig) getLdsoconfDirectories(configFilePath string) (map[string]str
255
256
func (l *Ldconfig) getSystemSerachPaths() []string {
257
if l.isDebianLikeContainer {
258
- debianSystemSearchPaths()
+ return debianSystemSearchPaths()
259
}
260
return nonDebianSystemSearchPaths()
261
0 commit comments