mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-17 15:53:45 -05:00
Use /usr/bin/env rather than /bin/bash
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash -e
|
||||
#!/usr/bin/env bash -e
|
||||
|
||||
exec rbenv-exec "${0##*/}" "$@"
|
||||
|
||||
Reference in New Issue
Block a user