From bff38d7e71109d51f8fbca3662a4058a8dca6039 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Tue, 23 Aug 2011 11:35:06 -0500 Subject: [PATCH] use command --- libexec/rbenv-sh-use | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 libexec/rbenv-sh-use diff --git a/libexec/rbenv-sh-use b/libexec/rbenv-sh-use new file mode 100755 index 00000000..187ed6ac --- /dev/null +++ b/libexec/rbenv-sh-use @@ -0,0 +1,2 @@ +#!/bin/sh +echo "export RBENV_VERSION=$1"