summaryrefslogtreecommitdiffstats
path: root/draklive
diff options
context:
space:
mode:
Diffstat (limited to 'draklive')
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index b647aa6..e708180 100755
--- a/draklive
+++ b/draklive
@@ -942,7 +942,7 @@ sub get_media_source_for_nash {
my $label = get_media_label($media);
#- strip vfat labels to 11 chars and upper-case it
$label && get_media_setting($media, 'fs') eq 'vfat' ?
- 'LABEL=' . uc(substr($label, 0, 11)) :
+ 'LABEL=' . substr($label, 0, 11) :
get_media_setting($media, 'source');
}