diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-09-29 16:19:43 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-09-29 16:19:43 +0300 |
commit | 3e98b6347234d2d2fc48d3da866f75960503974a (patch) | |
tree | 32f18f8a09381b63a26599996e418392fedbda1b /awall-cli | |
parent | 68213687a1624f67e3647d0d8b44e6855835e02b (diff) | |
download | awall-3e98b6347234d2d2fc48d3da866f75960503974a.tar.bz2 awall-3e98b6347234d2d2fc48d3da866f75960503974a.tar.xz |
use lua-posix rather than lua-filesystem
Diffstat (limited to 'awall-cli')
-rwxr-xr-x | awall-cli | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ if not call( if mode == 'dump' then dump(level) elseif mode == 'diff' then - if not require('lfs').attributes(dumpfile) then + if not require('posix').stat(dumpfile) then io.stderr:write('Please translate or activate first\n') os.exit(1) end |