Remove typo from the xorriso_version code
This commit is contained in:
parent
fe0f8acfd3
commit
356b050c12
|
@ -96,7 +96,7 @@ calc_boot_size() {
|
|||
# Grab the xorriso version and turn it into a number we can use
|
||||
xorriso_version() {
|
||||
$MKISOFS --version 2>&1 | awk '
|
||||
`/^xorriso version/ {
|
||||
/^xorriso version/ {
|
||||
split($4, ver, ".")
|
||||
print ver[1]*10000+ver[2]*100+ver[3]
|
||||
}'
|
||||
|
|
Loading…
Reference in New Issue