From 06cf28875e9046de8caf396cf5aa98f7473ef393 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Tue, 30 Sep 2008 16:55:00 +0000 Subject: 25778: Frank Terbeck: use builtin cd --- Functions/VCS_Info/VCS_INFO_realpath | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/VCS_Info/VCS_INFO_realpath b/Functions/VCS_Info/VCS_INFO_realpath index 481d5e98f..c0f48a4ef 100644 --- a/Functions/VCS_Info/VCS_INFO_realpath +++ b/Functions/VCS_Info/VCS_INFO_realpath @@ -12,5 +12,5 @@ setopt localoptions NO_shwordsplit ( (( ${+functions[chpwd]} )) && unfunction chpwd setopt chaselinks - cd $1 2>/dev/null && pwd + builtin cd $1 2>/dev/null && pwd ) -- cgit 1.4.1