mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-11 07:30:56 +00:00
Tests: support non-standard zsh location. See #283
This commit is contained in:
parent
b20daeea6f
commit
c7dc379c0d
@ -17,7 +17,7 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see http://www.gnu.org/licenses/ .
|
# along with this program. If not, see http://www.gnu.org/licenses/ .
|
||||||
|
|
||||||
SHELL := /usr/bin/zsh
|
SHELL := $(shell which zsh)
|
||||||
SHELL_PATH ?= $(SHELL)
|
SHELL_PATH ?= $(SHELL)
|
||||||
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
|
SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
|
||||||
RM ?= rm -f
|
RM ?= rm -f
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/usr/bin/env zsh
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008-2012 Git project
|
# Copyright (c) 2008-2012 Git project
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user