diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-01-06 11:35:58 +0000 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-01-06 11:35:58 +0000 |
commit | 465937d6d894fc0bcd7548c53f6e294a17f68b5c (patch) | |
tree | 8cdf48b924afd98de9c168a07822515400670527 /script | |
parent | b06195a428b5cb6c3e95b07c631e2f18febf05f0 (diff) | |
parent | b476615a00ea8ad699c412c604cbae18388dedd7 (diff) |
Merge branch 'release/0.5' into develop
Diffstat (limited to 'script')
-rwxr-xr-x | script/update-xapian-index | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/update-xapian-index b/script/update-xapian-index index 8d1fa7d0c..6ece02de0 100755 --- a/script/update-xapian-index +++ b/script/update-xapian-index @@ -1,5 +1,5 @@ #!/bin/bash cd `dirname $0` -rake --silent xapian:update_index +rake --silent xapian:update_index "$@" |