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:
stuart.morgan%alumni.case.edu
2009-08-31 23:44:20 +00:00
parent e730b501ae
commit 85db94729b

View File

@@ -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)