Because Program Files (x86) has spaces in it.
git-svn-id: file:///home/svn/framework3/trunk@13163 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
@@ -36,7 +36,7 @@ module Auxiliary::JohnTheRipper
|
||||
|
||||
case ::RUBY_PLATFORM
|
||||
when /mingw|cygwin|mswin/
|
||||
data = `#{cpuinfo_base}/cpuinfo.exe`
|
||||
data = `"#{cpuinfo_base}/cpuinfo.exe"`
|
||||
case data
|
||||
when /sse2/
|
||||
@run_path = "run.win32.sse2/john.exe"
|
||||
|
||||
Reference in New Issue
Block a user