mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update define.sh
This commit is contained in:
parent
64219c864a
commit
c59dda2931
1 changed files with 1 additions and 1 deletions
|
|
@ -2146,7 +2146,7 @@ prepareXP() {
|
|||
error "Failed to copy OEM folder!" && return 1
|
||||
fi
|
||||
|
||||
file=$(find "$dest" -maxdepth 1 -type f -iname install.bat | head -n 1)
|
||||
file=$(find "$folder" -maxdepth 1 -type f -iname install.bat | head -n 1)
|
||||
|
||||
if [ -f "$file" ]; then
|
||||
unix2dos -q "$file"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue