10sr 8 лет назад
Родитель
Сommit
c80c4a762d
1 измененных файлов: 3 добавлений и 0 удалений
  1. +3
    -0
      Makefile

+ 3
- 0
Makefile Просмотреть файл

@@ -69,6 +69,9 @@ directories := $(dotfiles_dir) $(home) $(localdir) $(vardir) $(bindir) \
current := $(shell date) current := $(shell date)
uname := $(shell uname) 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 shrc_loadables := sh bash # zsh


emacs ?= $(shell which emacs 2>/dev/null) emacs ?= $(shell which emacs 2>/dev/null)


Загрузка…
Отмена
Сохранить