From a261043de5f9d90373bb1e7f395e3371ba9e67ef Mon Sep 17 00:00:00 2001 From: Mathieu Baudier Date: Sat, 15 Oct 2022 12:10:48 +0200 Subject: [PATCH] Escape $ in configure --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 4adf1c0..56a8fb7 100755 --- a/configure +++ b/configure @@ -36,7 +36,7 @@ SDK_BUILD_BASE := $SDK_BUILD_BASE JAVA_HOME := $JAVA_HOME include \$(SDK_SRC_BASE)/branch.mk -include $(SDK_SRC_BASE)/sdk/branches/$(BRANCH).bnd +include \$(SDK_SRC_BASE)/sdk/branches/\$(BRANCH).bnd EOF -- 2.30.2