summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2016-09-01 14:39:35 +0800
committerruki <[email protected]>2016-09-01 14:39:35 +0800
commit698ba0673743e5d260882432b8ba1aff8193c2ed (patch)
tree7759556242cbe27a5d7a2179d339ffa24735bb48 /xmake/core/base/os.lua
parent0783aa7d6de42ea14b2da12f1bfdcd0711fb7f99 (diff)
fix curdir bug for xmake.lua
Diffstat (limited to 'xmake/core/base/os.lua')
-rw-r--r--xmake/core/base/os.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/core/base/os.lua b/xmake/core/base/os.lua
index 0389fb75a..bebf04fc7 100644
--- a/xmake/core/base/os.lua
+++ b/xmake/core/base/os.lua
@@ -224,7 +224,7 @@ function os.cd(dir)
return false, string.format("not found the previous directory %s", os.strerror())
end
end
-
+
-- is directory?
if os.isdir(dir) then