From 0f7c81d87c6f09e7f24a9243ebff54bc05176005 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Mon, 13 Apr 2020 02:04:31 +0000
Subject: [PATCH] Fix Debian hate test.

---
 src/conio/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/conio/GNUmakefile b/src/conio/GNUmakefile
index 590d055351..a2850c9c24 100644
--- a/src/conio/GNUmakefile
+++ b/src/conio/GNUmakefile
@@ -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
 
-- 
GitLab