Skip to content

Commit

Permalink
Merge pull request #91 from jasperges/python-hotfix
Browse files Browse the repository at this point in the history
Fix Python shell expansion - resolves #90
  • Loading branch information
mottosso authored Nov 8, 2019
2 parents 3902f3f + 18b5008 commit 860c5b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rez/bind/python.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def commands():

sh = """\
#!/usr/bin/env bash
{python} $*
{python} "$@"
"""


Expand Down

0 comments on commit 860c5b6

Please sign in to comment.