diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:53:31 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-07-20 11:53:31 -0300 |
commit | 74f9970f154560f7f98e1126203db0cdd01bc32b (patch) | |
tree | 394776920a53b049103722c4ae7cdfe814666974 /toru | |
parent | 31fa75adf87d07f278e938462c4d78ebbada8a47 (diff) | |
parent | f3cfc59e0e4c6d27be065cee49ca3e133d045bdd (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools
Conflicts:
fullpkg
Diffstat (limited to 'toru')
-rwxr-xr-x | toru | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ lastsync() { # Saves contents on a named cache # $1 cache name (repo) # $2+ contents -store_cache() { +function store_cache { cache=$1; shift [ -z "$cache" ] && return 1 |