Done the needful

Good Morning Dear Respected Sirs, you were filtered by the case sensitive sir. shell programistics no joke ok?
This commit is contained in:
UwU OwO UwU
2021-10-21 00:02:32 +00:00
committed by GitHub
parent a4a5ea28e4
commit 293c7a4463

View File

@@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
scriptName="UUP Converter v0.6.7" scriptName="UUP Converter v0.6.8"
UUP_CONVERTER_SCRIPT=1 UUP_CONVERTER_SCRIPT=1
export PATH=${PATH}:/usr/sbin export PATH=${PATH}:/usr/sbin
@@ -567,10 +567,10 @@ for metadata in $metadataFiles; do
if [ $refglobs == true ]; then if [ $refglobs == true ]; then
wimlib-imagex export "$metadata" 3 ISODIR/sources/install.$type \ wimlib-imagex export "$metadata" 3 ISODIR/sources/install.$type \
"$editionName" $compressParam --ref=""$uupDir/*.esd"" --ref=""$tempDir/*.esd"" "$editionName" $compressParam --ref={"$uupDir","$tempDir"}/*.[eE][sS][dD]
else else
wimlib-imagex export "$metadata" 3 ISODIR/sources/install.$type \ wimlib-imagex export "$metadata" 3 ISODIR/sources/install.$type \
"$editionName" $compressParam --ref=""$uupDir/*.esd"" "$editionName" $compressParam --ref="$uupDir"/*.[eE][sS][dD]
fi fi
errorHandler $? "Failed to export $editionName to install.$type""$resetColor" errorHandler $? "Failed to export $editionName to install.$type""$resetColor"