summaryrefslogtreecommitdiff
path: root/toru
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:53:31 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:53:31 -0300
commit74f9970f154560f7f98e1126203db0cdd01bc32b (patch)
tree394776920a53b049103722c4ae7cdfe814666974 /toru
parent31fa75adf87d07f278e938462c4d78ebbada8a47 (diff)
parentf3cfc59e0e4c6d27be065cee49ca3e133d045bdd (diff)
Merge branch 'master' of ssh://vparabola/srv/git/projects/libretools
Conflicts: fullpkg
Diffstat (limited to 'toru')
-rwxr-xr-xtoru2
1 files changed, 1 insertions, 1 deletions
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