Fixed output of "ls" when searching resource files

This commit is contained in:
Wolfgang Sourdeau
2012-10-09 17:27:08 -04:00
parent 5b7cbb6350
commit b56bc29237

View File

@@ -2,7 +2,7 @@
include ../common.make
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *gif *png *html *txt >/dev/null 2>&1)
WEBSERVER_RESOURCE_FILES = $(shell ls *css *ico *js *gif *png *html *txt 2> /dev/null)
all ::