1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-19 21:53:29 +01:00

forgot to rename one variable

This commit is contained in:
Bodo Tasche
2011-06-12 20:28:27 +02:00
committed by Hakan Ensari
parent 3aee5c1941
commit 86958a32f3

View File

@@ -15,7 +15,7 @@ _within-bundled-project()
local check_dir=$PWD
while [ "$(dirname $check_dir)" != "/" ]; do
[ -f "$check_dir/Gemfile" ] && return
dir="$(dirname $check_dir)"
check_dir="$(dirname $check_dir)"
done
false
}