aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-12-29 16:40:17 -0200
committerHisham Muhammad <hisham@gobolinux.org>2011-12-29 16:40:17 -0200
commit077d50899ac04dab1bc2bb036d8feb814d720103 (patch)
treeab0509eb186be40a255f1b5c15ddbec5a1cec062 /src
parentd0257cc8287fa0dccccbc4b9e707a4db25490293 (diff)
downloadluarocks-077d50899ac04dab1bc2bb036d8feb814d720103.tar.gz
luarocks-077d50899ac04dab1bc2bb036d8feb814d720103.tar.bz2
luarocks-077d50899ac04dab1bc2bb036d8feb814d720103.zip
remove tab
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/fs/lua.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/fs/lua.lua b/src/luarocks/fs/lua.lua
index 29b71c55..d75bb476 100644
--- a/src/luarocks/fs/lua.lua
+++ b/src/luarocks/fs/lua.lua
@@ -159,7 +159,7 @@ end
159-- a crossplatform way. 159-- a crossplatform way.
160function change_dir_to_root() 160function change_dir_to_root()
161 table.insert(dir_stack, lfs.currentdir()) 161 table.insert(dir_stack, lfs.currentdir())
162 lfs.chdir("/") -- works on Windows too 162 lfs.chdir("/") -- works on Windows too
163end 163end
164 164
165--- Change working directory to the previous in the dir stack. 165--- Change working directory to the previous in the dir stack.