Fix a bug in error logging
git-svn-id: svn://10.0.0.236/trunk@258295 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -143,7 +143,6 @@ def expanded_load_path(path, executable_path, loader_path)
|
||||
if expanded_path.match('@executable_path')
|
||||
if executable_path.nil?
|
||||
$stderr.puts "@executable_path encountered in #{path}, but no path was set:\n"
|
||||
puts library_path
|
||||
return nil
|
||||
end
|
||||
expanded_path.sub!('@executable_path', executable_path)
|
||||
|
||||
Reference in New Issue
Block a user