X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fdevel%2Ftools%2Fmerge-rosetta.pl;h=ec587add29d2e163feef85f8da06e5f5742896c4;hb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;hp=e3b45a1ac8d34157f66b24ea90016c52752baf1c;hpb=a6fe07e49e3fc12169e801b1ed6874c3a5bd8500;p=freeside.git diff --git a/rt/devel/tools/merge-rosetta.pl b/rt/devel/tools/merge-rosetta.pl index e3b45a1ac..ec587add2 100644 --- a/rt/devel/tools/merge-rosetta.pl +++ b/rt/devel/tools/merge-rosetta.pl @@ -3,7 +3,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -46,4 +46,6 @@ # those contributions and any derivatives thereof. # # END BPS TAGGED BLOCK }}} +use strict; +use warnings; exec('sbin/rt-message-catalog', 'rosetta', @ARGV);