From 24be94ff26d9d3c427b0d059f8fc0dbba5a6e239 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Zurcher?= Date: Tue, 28 Jun 2011 12:24:55 +0200 Subject: oops, sorry fix git clone touched files path --- easy_e17.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/easy_e17.sh b/easy_e17.sh index c85d106..eb6394c 100755 --- a/easy_e17.sh +++ b/easy_e17.sh @@ -807,7 +807,7 @@ function git_fetch () cd $src_path/.. git clone $git_url $src_path cd $src_path && echo -e "*~\n*.o\n.libs\n.deps\n**.cache" > .gitignore && git add .gitignore && git commit -m "add .gitignore" - touch "./git-clone" "./source_update.log" + touch "$tmp_path/git-clone" "$tmp_path/source_update.log" fi } -- cgit v1.1-2-g2b99