summaryrefslogtreecommitdiffstats
path: root/client/go/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'client/go/Makefile')
-rw-r--r--client/go/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/go/Makefile b/client/go/Makefile
index 2835638f776..653ac381d6f 100644
--- a/client/go/Makefile
+++ b/client/go/Makefile
@@ -128,7 +128,7 @@ manpages: install
clean:
rm -rf $(DIST)
rm -f $(BIN)/vespa $(SHARE)/man/man1/vespa.1 $(SHARE)/man/man1/vespa-*.1
- rmdir -p $(BIN) $(SHARE)/man/man1 &> /dev/null || true
+ rmdir -p $(BIN) $(SHARE)/man/man1 > /dev/null 2>&1 || true
test: ci
go test ./...