Fix $keepSymlinks

This commit is contained in:
abbodi1406 2023-02-13 18:24:10 +03:00 committed by GitHub
parent 242b66af1d
commit 073071a000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -433,7 +433,7 @@ for file in `find "$uupDir" -type f -iname "*.cab" -not -iname "*windows1*-kb*.c
echo -e "$infoColor""CAB -> ESD:""$resetColor"" $fileName"
mkdir "$extractDir"
cabextract "$keepSymlinks" -d "$extractDir" "$file" >/dev/null 2>/dev/null
cabextract $keepSymlinks -d "$extractDir" "$file" >/dev/null 2>/dev/null
errorHandler $? "Failed to extract $fileName.cab"
wimlib-imagex capture "$extractDir" "$tempDir/$fileName.esd" \