From aed8270a9797eca017d0b367b42f709f45134de1 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Wed, 20 Mar 2013 11:54:45 +0100 Subject: [PATCH] Enable debugging (set -x) on embed-static.sh. --- Makefile | 1 + utility/embed-static.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6c2367b5c..79f8ea1da 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,7 @@ test: build build: ./utility/embed-static.sh web/static web/templates > web/blob/files.go + cat web/blob/files.go $(MAKE) -C model go build ./... go build -o prometheus.build diff --git a/utility/embed-static.sh b/utility/embed-static.sh index 1e14602f2..1942e324d 100755 --- a/utility/embed-static.sh +++ b/utility/embed-static.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -x cat <