From c80c4a762defdd016f8d535cba00dde3657132de Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 18 Feb 2018 01:36:30 +0900 Subject: [PATCH] Add comment --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b82c347..9d48675 100644 --- a/Makefile +++ b/Makefile @@ -69,6 +69,9 @@ directories := $(dotfiles_dir) $(home) $(localdir) $(vardir) $(bindir) \ current := $(shell date) uname := $(shell uname) +# Remove zsh from this list because it causes failure of travis test +# Message: +# Segmentation fault (core dumped) shrc_loadables := sh bash # zsh emacs ?= $(shell which emacs 2>/dev/null)