nanovms / ops

ops - build and run nanos unikernels
https://ops.city
MIT License
1.3k stars 132 forks source link

Resolve interpreter's basepath before locating it #1406

Closed am11 closed 1 year ago

am11 commented 1 year ago

If interpreter read from binary is absolute path, then findLibs does not locate the interpreter in libDirs.

This delta is fixing the issue by resolving the interpreter's base name.