[util] volid: don't replace '_'

This commit is contained in:
Philip Müller 2020-02-09 00:18:45 +01:00
parent 268f1dac17
commit ea3a53e9d8

View file

@ -244,7 +244,7 @@ init_buildpkg(){
get_iso_label(){
local label="$1"
label="${label//_}" # relace all _
#label="${label//_}" # relace all _
label="${label//-}" # relace all -
label="${label^^}" # all uppercase
label="${label::32}" # limit to 32 characters