From f3cfc59e0e4c6d27be065cee49ca3e133d045bdd Mon Sep 17 00:00:00 2001 From: Joshua Ismael Haase Hernández Date: Tue, 19 Jul 2011 14:50:29 -0500 Subject: Some fixing --- toru | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toru') diff --git a/toru b/toru index 153d825..a9f0be7 100755 --- a/toru +++ b/toru @@ -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 -- cgit v1.2.3-54-g00ecf