X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fdevel%2Ftools%2Fmerge-rosetta.pl;h=3d40a99100b1526d02a6b6561dfab9f18dd4d91e;hb=31f3763747b82764bb019cfab5b2a2945fc9a99d;hp=e3b45a1ac8d34157f66b24ea90016c52752baf1c;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/devel/tools/merge-rosetta.pl b/rt/devel/tools/merge-rosetta.pl index e3b45a1ac..3d40a9910 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-2015 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);