saml2aws icon indicating copy to clipboard operation
saml2aws copied to clipboard

Make use of SHELL environment variable

Open everops-mat opened this issue 3 years ago • 1 comments

I typically use rc shell, but saml2aws exec uses /bin/sh -c '....' which causes some problems. I have a small PR that has exec pull the SHELL environment variable and us it if it exists, otherwise uses /bin/sh

#862

everops-mat avatar Aug 02 '22 16:08 everops-mat

an alternative approach might be to look up /bin/bash and fallback to /bin/sh

gliptak avatar Mar 26 '23 21:03 gliptak