Browse Source

Fixed a typo which made bz2 into gz since previous accept button change.

master
freesource 23 years ago
parent
commit
6ab88fd8d2
  1. 4
      BootRoot/BootRoot.pm

4
BootRoot/BootRoot.pm

@ -1836,8 +1836,8 @@ sub accept_button {
# Actually, keeping the original value is much nicer.
#$entry_advanced[4] = "$entry_advanced[4].gz";
$entry3->set_text("$tmp/$entry_advanced[4].gz");
#$entry_advanced[4] = "$entry_advanced[4].bz2";
$entry3->set_text("$tmp/$entry_advanced[4].bz2");
}
}

Loading…
Cancel
Save