diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-08-04 02:06:12 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-08-04 02:06:12 +0000 |
commit | 1602968a9b23e7864dba87add06c015788599915 (patch) | |
tree | c6d938a9dc1d76bac622585611e2b015cc855bc7 /perl-install/fs/get.pm | |
parent | e7bec268672e3fdc2a73eacf36dbaf72235ccfd2 (diff) | |
download | drakx-1602968a9b23e7864dba87add06c015788599915.tar drakx-1602968a9b23e7864dba87add06c015788599915.tar.gz drakx-1602968a9b23e7864dba87add06c015788599915.tar.bz2 drakx-1602968a9b23e7864dba87add06c015788599915.tar.xz drakx-1602968a9b23e7864dba87add06c015788599915.zip |
return a true value for perl
Diffstat (limited to 'perl-install/fs/get.pm')
-rw-r--r-- | perl-install/fs/get.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/fs/get.pm b/perl-install/fs/get.pm index 5b5b75077..3ac3ba0b4 100644 --- a/perl-install/fs/get.pm +++ b/perl-install/fs/get.pm @@ -126,3 +126,5 @@ sub up_mount_point { $_->{mntpoint} eq $mntpoint and return $_ foreach @$fstab; } } + +1; |