diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-28 12:24:55 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2011-06-28 12:24:55 +0200 |
commit | 24be94ff26d9d3c427b0d059f8fc0dbba5a6e239 (patch) | |
tree | 7afce762922bc7bfbc646d4fcef8682bd905bfac | |
parent | f09d8507ecc598fad002dc75fa3f9c673b1d85d9 (diff) | |
download | bin-24be94ff26d9d3c427b0d059f8fc0dbba5a6e239.zip bin-24be94ff26d9d3c427b0d059f8fc0dbba5a6e239.tar.gz |
oops, sorry fix git clone touched files path
-rwxr-xr-x | easy_e17.sh | 2 |
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 } |