From: Mathieu Baudier Date: Sat, 15 Oct 2022 10:10:48 +0000 (+0200) Subject: Escape $ in configure X-Git-Tag: v2.3.1~4 X-Git-Url: https://git.argeo.org/?a=commitdiff_plain;h=a261043de5f9d90373bb1e7f395e3371ba9e67ef;p=cc0%2Fargeo-build.git Escape $ in configure --- 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