From 76f5a59a7842ee9d132e82183b77ef293e2e8108 Mon Sep 17 00:00:00 2001 From: Jesse Vincent Date: Tue, 24 Oct 2017 22:59:23 -0700 Subject: Quiet down a warning in the makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 70f4b4c..585ccba 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ PACKAGE_DIR ?= $(HOME)/.arduino15 endif -INSTALLED_ENV=$(shell ls -dt $(PACKAGE_DIR)/packages/keyboardio/hardware/avr/*|head -n 1) +INSTALLED_ENV=$(shell ls -dt $(PACKAGE_DIR)/packages/keyboardio/hardware/avr/* 2>/dev/null |head -n 1) ifneq ("$(wildcard $(INSTALLED_ENV)/boards.txt)","") BOARD_HARDWARE_PATH = $(INSTALLED_ENV) -- cgit v1.2.3