mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-05 11:20:58 +01:00
Merge pull request #24 from SheetJS/master
Makefile use `cut -b` for OSX compatibility
This commit is contained in:
commit
d36ff393f6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue