From 7de2181b76a6e0bcc07d1a733d5cae5f12570602 Mon Sep 17 00:00:00 2001 From: beber Date: Tue, 25 Oct 2005 10:24:21 +0000 Subject: typos --- build_ft.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_ft.sh') diff --git a/build_ft.sh b/build_ft.sh index 6d24f8d..135bda7 100644 --- a/build_ft.sh +++ b/build_ft.sh @@ -1,6 +1,6 @@ #!/bin/sh ./autogen.sh && \ -./configure --with-ecore-config=$HOME/bin/ecore-config --prefix=$HOME && \ +./configure --with-ecore-config=${HOME}/bin/ecore-config --prefix=${HOME} && \ make && \ make install -- cgit v1.2.3