Pārlūkot izejas kodu

Makefile compatible BSD/GNU (a retester sous BSD)

Julien Dehos 8 gadi atpakaļ
vecāks
revīzija
d7e150d112
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      www/Makefile

+ 1 - 1
www/Makefile

@@ -1,4 +1,4 @@
-SED = $(shell which -s gsed && echo gsed || echo sed)
+SED = $(shell which gsed &> /dev/null && echo gsed || echo sed)
 
 .PHONY: all clean