Skip to content

Commit c3358a3

Browse files
committed
Ensure Q is defined in moveDmp.mk to prevent unquoted test on Solaris
Signed-off-by: Stewart X Addison <[email protected]>
1 parent cca8f28 commit c3358a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

moveDmp.mk

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
##############################################################################
1414

1515
D = /
16+
Q = "
1617

1718
ifndef TEST_ROOT
1819
TEST_ROOT := $(shell pwd)$(D)..

0 commit comments

Comments
 (0)