diff options
author | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-19 14:50:29 -0500 |
---|---|---|
committer | Joshua Ismael Haase Hernández <hahj87@gmail.com> | 2011-07-19 14:50:29 -0500 |
commit | f3cfc59e0e4c6d27be065cee49ca3e133d045bdd (patch) | |
tree | b4ec42dc33305d1d45bed2afacaa2c7aab08245a /toru | |
parent | 394783a7fda0f1fb587416d54af563730bff939c (diff) |
Some fixing
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 |