Skip to content

Commit 7ebb4a9

Browse files
committed
Remove fatal typo
1 parent 14f0f89 commit 7ebb4a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

root/treeformula/stl/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ endif
4545
# directory.
4646

4747
ifeq ($(strip $(ROOTTEST_HOME)),)
48-
export ROOTTEST_HOME := $(shell git rev-parse --show-toplevel)
48+
export ROOTTEST_HOME := $(shell git rev-parse --show-toplevel)/
4949
ifeq ($(strip $(ROOTTEST_HOME)),)
5050
export ROOTTEST_HOME := $(shell expr $(CURDIR) : '\(.*/roottest/\)')
5151
endif

0 commit comments

Comments
 (0)