Skip to content

Commit

Permalink
fixes from github.com/edc/pull/100
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbailey committed Nov 22, 2023
1 parent 7296c6e commit d71d8b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/__bass.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def gen_script():
pipe_r, pipe_w = os.pipe()
if sys.version_info >= (3, 4):
os.set_inheritable(pipe_w, True)
command = 'eval $1 && ({}; alias) >&{}'.format(
command = 'shift; eval $1 && ({}; alias) >&{}'.format(
env_reader,
pipe_w
)
Expand Down

0 comments on commit d71d8b8

Please sign in to comment.