diff options
Diffstat (limited to 'nlay')
-rwxr-xr-x | nlay | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -123,11 +123,11 @@ fi #----------------- SEARCH ------------------- if [ "$2" == "search" ]; then - app=catfish + app=gnome-search-tool #search_opts= bg=">/dev/null 2>&1 &" - eval $app $search_opts "\"$1\"" $bg + eval $app $search_opts --path "\"$1\"" $bg exit 0 fi |