Skip to content
Snippets Groups Projects
Commit 0f7c81d8 authored by deuce's avatar deuce
Browse files

Fix Debian hate test.

parent 2643e34c
Branches
Tags
No related merge requests found
......@@ -42,7 +42,7 @@ ifeq ($(os),netbsd)
endif
endif
ifeq ($(shell [ -e /usr/include/ncursesw/ncurses.h ] ; then echo YES ; fi),YES)
ifeq ($(shell if [ -e /usr/include/ncursesw/ncurses.h ] ; then echo YES ; fi),YES)
CFLAGS += -DDEBIAN_HATES_YOU
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment