1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-17 07:43:46 -05:00

Use /usr/bin/env rather than /bin/bash

This commit is contained in:
Peter Aronoff
2011-08-02 19:11:41 -04:00
parent 8f9a34d9b1
commit ad2c605d3f
10 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env bash -e
RBENV_VERSION="$(rbenv-version)"
RBENV_COMMAND="$1"