From 76ead734626996f82caddaca57dc2f84243b0947 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 27 Nov 2011 11:26:20 -0500 Subject: This zip file was identified as ltshell-3.6.zip --- shell/bin/cd.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/bin/cd.php') diff --git a/shell/bin/cd.php b/shell/bin/cd.php index e8505bd..baf30f3 100644 --- a/shell/bin/cd.php +++ b/shell/bin/cd.php @@ -2,7 +2,7 @@ class p_cd extends prog { public static function main($args, $env) { @$dir = $args[1]; - return php_chdir($dir); + return lts_chdir($dir); } } -- cgit v1.2.3