mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-24 15:42:43 +00:00
Fixed output of "ls" when searching resource files
This commit is contained in:
@@ -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 ::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user