correct regex again, see #2427

git-svn-id: file:///home/svn/framework3/trunk@10080 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-08-20 17:55:44 +00:00
parent b7ec92ae1f
commit fce9a6404c
1 changed files with 1 additions and 1 deletions

View File

@ -599,7 +599,7 @@ elsif trgtos =~ /(Windows 2008)/
else
gethash()
end
elsif trgtos =~ /(Windows Vista|7)/
elsif trgtos =~ /Windows (Vista|7)/
list_exec(commands + vstwlancmd)
wmicexec(wmic)
findprogs()