summaryrefslogtreecommitdiff
path: root/shell/bin/cd.php
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 11:26:20 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-11-27 11:26:20 -0500
commit76ead734626996f82caddaca57dc2f84243b0947 (patch)
tree32ea6607a7c70de059b4bf376897b64391af2321 /shell/bin/cd.php
parentfb0380f48203a11584773f3db335eaadd9cc6fdf (diff)
This zip file was identified as ltshell-3.6.zip
Diffstat (limited to 'shell/bin/cd.php')
-rw-r--r--shell/bin/cd.php2
1 files changed, 1 insertions, 1 deletions
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);
}
}