1
0
mirror of https://github.com/dockur/windows.git synced 2026-06-11 12:49:36 +08:00

fix: Local variable declaration (#1736)

This commit is contained in:
Kroese
2026-05-17 10:51:00 +02:00
committed by GitHub
parent 8c57b119cf
commit 2412a3ed18
4 changed files with 7 additions and 7 deletions
-1
View File
@@ -1860,7 +1860,6 @@ detectLegacy() {
[ -z "$find" ] && find=$(find "$dir" -maxdepth 1 -type f -iname WIN51IB -print -quit)
[ -z "$find" ] && find=$(find "$dir" -maxdepth 1 -type f -iname WIN51ID -print -quit)
[ -z "$find" ] && find=$(find "$dir" -maxdepth 1 -type f -iname WIN51IL -print -quit)
[ -z "$find" ] && find=$(find "$dir" -maxdepth 1 -type f -iname WIN51IS -print -quit)
[ -z "$find" ] && find=$(find "$dir" -maxdepth 1 -type f -iname WIN51AA -print -quit)
[ -z "$find" ] && find=$(find "$dir" -maxdepth 1 -type f -iname WIN51AD -print -quit)
[ -z "$find" ] && find=$(find "$dir" -maxdepth 1 -type f -iname WIN51AS -print -quit)