diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-20 11:54:26 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-07-20 11:54:26 -0300 |
commit | cf6c48eb6e27c67a66587e1565f8332bb664003f (patch) | |
tree | 5d60bff2c8612159f7414277b41fd0f788e69033 /toru | |
parent | fe4eae69f86eb101ac8827306337643e208e93de (diff) | |
parent | 74f9970f154560f7f98e1126203db0cdd01bc32b (diff) |
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretoolsv20110723
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 |