Skip to content

Commit c2f87a4

Browse files
author
Joshua Reed
committed
Fixup for missing abspath command.
1 parent b168d02 commit c2f87a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RELEASE_DIR ?= out
2323
export ACK_GINKGO_DEPRECATIONS := 1.16.5
2424
export ACK_GINKGO_RC=true
2525

26-
PROJECT_DIR := $(shell dirname $(abspath $(lastword $(MAKEFILE_LIST))))
26+
PROJECT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
2727
export PATH := $(PROJECT_DIR)/bin:$(PATH)
2828

2929
all: build

0 commit comments

Comments
 (0)