diff options
author | Tad Fisher <tadfisher@gmail.com> | 2022-02-12 19:12:33 -0800 |
---|---|---|
committer | Tad Fisher <129148+tadfisher@users.noreply.github.com> | 2022-02-12 19:20:15 -0800 |
commit | 1b30683e9574965ff3bbff12f69e8eede9c99540 (patch) | |
tree | 550cff6506cdad987d60e53229d130a05a2a066c /test/Makefile | |
parent | 3827922207864d694f338be2cbb212a73f91caf8 (diff) | |
download | pass-otp-1b30683e9574965ff3bbff12f69e8eede9c99540.tar.gz pass-otp-1b30683e9574965ff3bbff12f69e8eede9c99540.zip |
Update sharness
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 16da562..d584e11 100644 --- a/test/Makefile +++ b/test/Makefile @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see http://www.gnu.org/licenses/ . -SHELL := /bin/bash +SHELL ?= /bin/bash SHELL_PATH ?= $(SHELL) SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH)) RM ?= rm -f |