diff options
author | Robin Houston <robin@lenny.robin> | 2011-06-17 03:14:00 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-06-17 03:14:00 +0100 |
commit | ad0cf27e4d0dcbe91ede4fcfc80a7dada997f5b8 (patch) | |
tree | 9745d12f3c1b2d20c4ba304adc81b00b6bf7c988 /script | |
parent | 197079d33aeca639c474d3f8f53afd3de4edaf0f (diff) |
Remove a trailing space
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 7f38fee80..8d1fa7d0c 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 |