Closed andersy005 closed 3 years ago
This PR replaces the default /usr/bin/env bash with /usr/bin/sh -l to use the login shell by default. This addresses some strange behaviors on systems such as casper.
/usr/bin/env bash
/usr/bin/sh -l
This PR replaces the default
/usr/bin/env bash
with/usr/bin/sh -l
to use the login shell by default. This addresses some strange behaviors on systems such as casper.