summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-06-28 12:24:55 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-06-28 12:24:55 +0200
commit24be94ff26d9d3c427b0d059f8fc0dbba5a6e239 (patch)
tree7afce762922bc7bfbc646d4fcef8682bd905bfac
parentf09d8507ecc598fad002dc75fa3f9c673b1d85d9 (diff)
downloadbin-24be94ff26d9d3c427b0d059f8fc0dbba5a6e239.zip
bin-24be94ff26d9d3c427b0d059f8fc0dbba5a6e239.tar.gz
oops, sorry fix git clone touched files path
-rwxr-xr-xeasy_e17.sh2
1 files changed, 1 insertions, 1 deletions
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
}