Skip to content

Commit

Permalink
Merge branch 'refs/heads/eclipse'
Browse files Browse the repository at this point in the history
  • Loading branch information
muhqu committed Nov 10, 2014
2 parents bb215ea + b4c5d02 commit b87c13e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DTAppController.m
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ - (void)hotkeyPressed {

NSString *findPackagePathCmd = [NSString stringWithFormat:@""
"find \"%@\" "
" -maxdepth 3 "
" -maxdepth 5 "
" -type f "
" -name .project "
"| xargs -n10 grep \"<name>%@</name>\" "
Expand Down

0 comments on commit b87c13e

Please sign in to comment.