From d98dffbce95b863f4cf6bda5c4407592ace2c660 Mon Sep 17 00:00:00 2001 From: Trent Mick Date: Thu, 3 Apr 2014 16:02:28 -0700 Subject: [PATCH] slightly diff output from diff git versions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index eeee27e..0450b03 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ versioncheck: .PHONY: cutarelease cutarelease: versioncheck - [[ `git status | tail -n1` == "nothing to commit (working directory clean)" ]] + [[ `git status | tail -n1 | cut -c1-17` == "nothing to commit" ]] ./tools/cutarelease.py -p bunyan -f package.json -f lib/bunyan.js -f bin/bunyan .PHONY: docs