From c29d2e92d23ea103c66e0107a237d73b60315f6e Mon Sep 17 00:00:00 2001 From: Adrien Waksberg Date: Wed, 29 Mar 2017 22:13:53 +0200 Subject: [PATCH] replace :? to --- bin/mpw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/mpw b/bin/mpw index 3eb9fd9..8ee1305 100755 --- a/bin/mpw +++ b/bin/mpw @@ -16,7 +16,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -$: << File.expand_path('../../lib', __FILE__) +$LOAD_PATH << File.expand_path('../../lib', __FILE__) require 'locale' require 'set'