From a57fd4fef83ba834190d7581d147288c26f19acb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mart=C3=ADn=20Fern=C3=A1ndez?= Date: Tue, 18 Dec 2018 11:31:31 +0100 Subject: [PATCH] dismiss errors checking if in Docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5889ccf25..7c177579d 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ APPIMAGETOOL=appimagetool-x86_64.AppImage APPIMAGETOOL_URL=https://github.com/AppImage/AppImageKit/releases/download/11/appimagetool-x86_64.AppImage # set to 1 if in Docker -DOCKER:=$(shell grep -q docker /proc/1/cgroup && echo 1) +DOCKER:=$(shell grep -q docker /proc/1/cgroup 2>/dev/null && echo 1) # files to link from main directory INSTALL_FILES=reader.lua setupkoenv.lua frontend resources defaults.lua datastorage.lua \