Kaydet (Commit) 143cda1b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Look in the right place in Registry on 64-bit Cygwin

üst 066bf0db
......@@ -2822,7 +2822,7 @@ reg_get_value()
{
# Return value: $regvalue
unset regvalue
_regvalue=`cat "/proc/registry/$1" 2> /dev/null`
_regvalue=`cat "/proc/registry32/$1" 2> /dev/null`
if test $? -eq 0; then
regvalue=$_regvalue
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment