Enable debugging (set -x) on embed-static.sh.

This commit is contained in:
Johannes 'fish' Ziemke 2013-03-20 11:54:45 +01:00
parent 920c59e12d
commit aed8270a97
2 changed files with 2 additions and 0 deletions

View File

@ -20,6 +20,7 @@ test: build
build: build:
./utility/embed-static.sh web/static web/templates > web/blob/files.go ./utility/embed-static.sh web/static web/templates > web/blob/files.go
cat web/blob/files.go
$(MAKE) -C model $(MAKE) -C model
go build ./... go build ./...
go build -o prometheus.build go build -o prometheus.build

View File

@ -1,4 +1,5 @@
#!/bin/sh #!/bin/sh
set -x
cat <<EOF cat <<EOF
package blob package blob