Skip to content

Commit

Permalink
Merge pull request lunar-linux#73 from cavalier38/lvu-search
Browse files Browse the repository at this point in the history
Use --include=DETAILS for search
  • Loading branch information
Stefan Wold committed Nov 16, 2013
2 parents 8f0c892 + 67bd369 commit 912f345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prog/lvu
Expand Up @@ -1448,7 +1448,7 @@ main() {
;;
search)
grep -irle "$2" "$MOONBASE" | grep DETAILS | sed "s;${MOONBASE}/\(.*\)/DETAILS;\1;"
grep -irle "$2" "$MOONBASE" --include=DETAILS | sed "s;${MOONBASE}/\(.*\)/DETAILS;\1;"
;;
service)
Expand Down

0 comments on commit 912f345

Please sign in to comment.