diff options
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 |