From 2e45aa799d39e07e6b07a0bbb498ac7b7b79b763 Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Tue, 24 Mar 2015 14:44:26 +0100 Subject: [PATCH] scripts/Tools/git/build: use bar '--with-tcltk' --- scripts/Tools/git/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Tools/git/build b/scripts/Tools/git/build index 52423c3..0f72c23 100755 --- a/scripts/Tools/git/build +++ b/scripts/Tools/git/build @@ -6,7 +6,7 @@ function em.configure() { cd "${MODULE_SRCDIR}" "${MODULE_SRCDIR}"/configure \ --prefix="${PREFIX}" \ - --with-tcltk="${PMODULES_HOME}" \ + --with-tcltk \ || exit 1 }