summaryrefslogtreecommitdiff
path: root/symbian/cwd.pl
diff options
context:
space:
mode:
Diffstat (limited to 'symbian/cwd.pl')
-rw-r--r--symbian/cwd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/cwd.pl b/symbian/cwd.pl
index d3272d2de5..3ee402be8d 100644
--- a/symbian/cwd.pl
+++ b/symbian/cwd.pl
@@ -1,6 +1,6 @@
use strict;
use Cwd;
my $CWD = getcwd();
-$CWD =~ s!^C:!!i;
+$CWD =~ s!^[a-z]:!!i;
$CWD =~ s!/!\\!g;
$CWD;