Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:psyeugenic/eplot
Browse files Browse the repository at this point in the history
  • Loading branch information
psyeugenic committed May 8, 2009
2 parents f1763aa + 16a8a24 commit 3c272b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/eplot
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ usage() ->

main([]) -> usage();
main(Args) ->
code:add_patha("/home/egil/coding/projects/eps/percept/ebin"),
code:add_patha("/home/otp/eplot/ebin"),
code:add_patha(filename:join(filename:dirname(escript:script_name()), "../ebin")),
Options = parse_args(Args),
Input = proplists:get_value(input, Options, []),
case proplists:get_value(o, Options) of
Expand Down

0 comments on commit 3c272b6

Please sign in to comment.