Correctly encode non utf8 node names

This commit is contained in:
Alexander Neumann
2014-12-06 22:01:54 +01:00
parent fa94d408f3
commit 45e40eb27a
3 changed files with 50 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ all: restic
restic: $(wildcard *.go) $(wildcard ../../*.go) $(wildcard ../../*/*.go)
go build $(TAGS) -ldflags "$(LDFLAGS)"
debug: TAGS=-tags debug_cmd
debug: TAGS=-tags "debug debug_cmd"
debug: restic
clean: