apache / openwhisk-devtools

Development tools for building and deploying Apache OpenWhisk
https://openwhisk.apache.org/
Apache License 2.0
180 stars 126 forks source link

Improving support for other platforms (nixos) #311

Closed CreativeCactus closed 4 years ago

CreativeCactus commented 4 years ago

Hardcoded paths are not portable to all linux systems, using env is a good way to handle this.

On line 224 env is used instead of modifying the shebang of the genssl script (because I do not know where it comes from). That is the most likely part to cause issues for other platforms as it is now.