11 lines
351 B
Text
11 lines
351 B
Text
--- libbeat/scripts/Makefile.orig 2016-02-11 14:04:40 UTC
|
|
+++ libbeat/scripts/Makefile
|
|
@@ -6,7 +6,7 @@ ARCH?=$(shell uname -m)
|
|
export PATH := ./bin:$(PATH)
|
|
export GO15VENDOREXPERIMENT=1
|
|
GOFILES = $(shell find . -type f -name '*.go')
|
|
-SHELL=/bin/bash
|
|
+SHELL=/bin/sh
|
|
ES_HOST?="elasticsearch-210"
|
|
BEAT_DIR?=github.com/elastic/beats
|
|
BUILD_DIR=build
|