Skip to content

Commit

Permalink
FIX path for binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
François Benaiteau committed Sep 2, 2013
1 parent adb4617 commit 67bae18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/csv2strings
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
require './lib/command'
require File.expand_path('../../lib/command', __FILE__)


if ARGV.count == 1 && ARGV[0] == "help"
Expand Down
2 changes: 1 addition & 1 deletion bin/strings2csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env ruby
require './lib/command'
require File.expand_path('../../lib/command', __FILE__)

if ARGV.count == 1 && ARGV[0] == "help"
Command.start(["help", "strings2csv"],{})
Expand Down

0 comments on commit 67bae18

Please sign in to comment.