joshua-redfield / lauf

A lightweight application and task launcher programmed in the shell scripting language. Lauf is no longer being updated or improved.
http://github.com/joshua-redfield/lauf
GNU General Public License v3.0
3 stars 0 forks source link

Google.sh broken? #10

Closed joshua-redfield closed 13 years ago

joshua-redfield commented 13 years ago

Not sure when this happened but google.sh is no longer working, looks like a few vars were changed in one spot but not changed in another. $default_browser $google"${_search}" should be $default_browser $google"${google_search}". Easy fix.

joshua-redfield commented 13 years ago

Fixed and closed