faasm
faasm copied to clipboard
Make scripts zsh proof
E.g. workon.sh is zsh proof, but not create_venv.sh. bash and zsh evaluate the expression for THIS_DIR differently.
See https://github.com/auto-ndp/faabric/blob/master/bin/workon.sh#L10, maybe I should PR this upstream :sweat_smile:
That solution looks clean! Yeah this may be a good idea :)