1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 21:33:54 -05:00

Merge branch 'master' into libexec

Conflicts:
	bin/rbenv
	libexec/rbenv-shim
This commit is contained in:
Joshua Peek
2011-08-02 19:41:03 -05:00
10 changed files with 15 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/usr/bin/env bash -e
read_version_file() {
egrep -m 1 '[^[:space:]]' "$1"