Makefile use cut -b for OSX compatibility

This commit is contained in:
SheetJS 2014-05-13 18:13:07 -07:00
parent f095ad81a0
commit 611a02b344

View file

@ -8,7 +8,7 @@ TMP_PATH := /tmp/${NPM_PACKAGE}-$(shell date +%s)
REMOTE_NAME ?= origin
REMOTE_REPO ?= $(shell git config --get remote.${REMOTE_NAME}.url)
CURR_HEAD := $(firstword $(shell git show-ref --hash HEAD | cut --bytes=-6) master)
CURR_HEAD := $(firstword $(shell git show-ref --hash HEAD | cut -b -6) master)
GITHUB_PROJ := nodeca/${NPM_PACKAGE}