diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-05-16 21:02:13 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-05-16 21:02:13 +0000 |
commit | 6ab270e410a885b4c9f75458c3e580142425ce3c (patch) | |
tree | 690303f24ad38dae51c0a928e2b90d1b1d40b0da | |
parent | ac749432848c6b3d92a36d062cdb60e36d9d5577 (diff) | |
download | draklive-6ab270e410a885b4c9f75458c3e580142425ce3c.tar draklive-6ab270e410a885b4c9f75458c3e580142425ce3c.tar.gz draklive-6ab270e410a885b4c9f75458c3e580142425ce3c.tar.bz2 draklive-6ab270e410a885b4c9f75458c3e580142425ce3c.tar.xz draklive-6ab270e410a885b4c9f75458c3e580142425ce3c.zip |
fix silly typo
-rwxr-xr-x | draklive | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -823,7 +823,7 @@ sub create_loopback_files { } sub list_selected_loopbacks { - my ($live); + my ($live) = @_; (map { $_->{path} ? $_->{path} : () } @{$live->{mount}{dirs} || []}), (map { $live->{prefix}{build}{modules} . '/' . $_ } $live->{settings}{pack} ? @{$live->{packs}{$live->{settings}{pack}} || []} : ()); |