This commit is contained in:
Glenn Maynard
2006-10-09 07:32:26 +00:00
parent c8e76b5048
commit 5eafec5ab8
+1 -1
View File
@@ -108,7 +108,7 @@ setmetatable( Def, {
local Source = info.source;
t._Source = Source;
if Path:sub( 1, 1 ) == "@" then
if Source:sub( 1, 1 ) == "@" then
local Path = Source:sub( 2 );
-- Directory of caller, for relative paths: