From 15266ebb181c500532af95845c84eb9d2a933c69 Mon Sep 17 00:00:00 2001 From: Robin Houston Date: Tue, 21 Jun 2011 03:40:02 +0100 Subject: Fix the scripts so they work even if there is a space in the path --- script/fill-database-caches | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/fill-database-caches') diff --git a/script/fill-database-caches b/script/fill-database-caches index 306b22ff2..e6b525144 100755 --- a/script/fill-database-caches +++ b/script/fill-database-caches @@ -6,6 +6,6 @@ LOC=`dirname $0` -$LOC/runner 'IncomingMessage.find_each() { |im| print im.id.to_s + " id: main body folded:" + im.get_main_body_text_folded.size.to_s + " attachment clipped:" + im.get_attachment_text_clipped.size.to_s + "\n" }' +"$LOC/runner" 'IncomingMessage.find_each() { |im| print im.id.to_s + " id: main body folded:" + im.get_main_body_text_folded.size.to_s + " attachment clipped:" + im.get_attachment_text_clipped.size.to_s + "\n" }' -- cgit v1.2.3