URI: 
       trevert to swish-e again - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 181f0fc6369c6ddb29be4f43c325dacfd6e45130
   DIR parent 6c71f2c94bab144b5d9027f7cc2a84799766b699
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Tue,  4 Nov 2014 16:45:08 +0100
       
       revert to swish-e again
       
       Diffstat:
         M tomb                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/tomb b/tomb
       t@@ -2183,7 +2183,7 @@ search_tombs() {
                    # Use swish-e to search over contents
                    [[ $SWISH == 1 && -r $tombmount/.swish ]] && {
                        _message "Searching contents in tomb ::1 tomb name::" $tombname
       -                swish-search -w ${=@} -f $tombmount/.swish -H0 }
       +                swish-e -w ${=@} -f $tombmount/.swish -H0 }
                } || {
                    _warning "Skipping tomb ::1 tomb name::: not indexed." $tombname
                    _warning "Run 'tomb index' to create indexes." }