Skip to content

Commit

Permalink
add missing function argument
Browse files Browse the repository at this point in the history
  • Loading branch information
ilanschnell committed Jun 29, 2013
1 parent c053b60 commit 5cac01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/builder/elf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def is_elf(path):
def chrpath(runpath, elf_path, path=None):
if path is None:
path = os.environ['PATH']
executable = find_executable('chrpath')
executable = find_executable('chrpath', path)
if executable is None:
sys.exit("""\
Error:
Expand Down

0 comments on commit 5cac01b

Please sign in to comment.