diff options
| author | Hisham Muhammad <hisham@gobolinux.org> | 2011-12-29 16:40:17 -0200 |
|---|---|---|
| committer | Hisham Muhammad <hisham@gobolinux.org> | 2011-12-29 16:40:17 -0200 |
| commit | 077d50899ac04dab1bc2bb036d8feb814d720103 (patch) | |
| tree | ab0509eb186be40a255f1b5c15ddbec5a1cec062 /src | |
| parent | d0257cc8287fa0dccccbc4b9e707a4db25490293 (diff) | |
| download | luarocks-077d50899ac04dab1bc2bb036d8feb814d720103.tar.gz luarocks-077d50899ac04dab1bc2bb036d8feb814d720103.tar.bz2 luarocks-077d50899ac04dab1bc2bb036d8feb814d720103.zip | |
remove tab
Diffstat (limited to 'src')
| -rw-r--r-- | src/luarocks/fs/lua.lua | 2 |
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. |
| 160 | function change_dir_to_root() | 160 | function 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 |
| 163 | end | 163 | end |
| 164 | 164 | ||
| 165 | --- Change working directory to the previous in the dir stack. | 165 | --- Change working directory to the previous in the dir stack. |
