diff options
-rwxr-xr-x | lib/MDV/Control_Center.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MDV/Control_Center.pm b/lib/MDV/Control_Center.pm index 5e8867ed..775f87b4 100755 --- a/lib/MDV/Control_Center.pm +++ b/lib/MDV/Control_Center.pm @@ -34,7 +34,7 @@ our @EXPORT = qw( $version ); -our ($version) = `cat /etc/mandrakelinux-release` =~ /\b(\d+\.\d+)/; +our ($version) = cat_("/etc/mandrakelinux-release") =~ /\b(\d+\.\d+)/; #------------------------------------------------------------- |