Skip to content

Commit

Permalink
Allow binary to be symlinked.
Browse files Browse the repository at this point in the history
  • Loading branch information
rejeep committed Mar 12, 2014
1 parent b212d0d commit a48d2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/user_agent_parser
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env ruby

$: << File.expand_path('../../lib', __FILE__)
$: << File.expand_path('../../lib', File.readlink(__FILE__))

require 'optparse'

Expand Down

0 comments on commit a48d2a7

Please sign in to comment.