From 1a1bfc3839ccd3001b4f446b5ad230711fd258b1 Mon Sep 17 00:00:00 2001 From: Tim Date: Thu, 5 Feb 2015 10:00:10 +0100 Subject: supress intllib check warning, this fixes #19 --- bags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bags.lua') diff --git a/bags.lua b/bags.lua index 10196f5..b2ef757 100644 --- a/bags.lua +++ b/bags.lua @@ -4,7 +4,7 @@ -- License: GPLv3 local S -if intllib then +if rawget(_G, "intllib") then S = intllib.Getter() else S = function(s) return s end -- cgit v1.2.3