diff options
Diffstat (limited to 'contrib/genrpbindings')
-rwxr-xr-x | contrib/genrpbindings | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/genrpbindings b/contrib/genrpbindings index 62efa6d..0f924d3 100755 --- a/contrib/genrpbindings +++ b/contrib/genrpbindings @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # genrpbindings -- generate ratpoison bindings for various languages # # Copyright (C) 2003, 2004 Ryan Yeske, Doug Kearns, Shawn Betts @@ -36,6 +36,8 @@ # import ratpoison # ratpoison.echo( "hello world" ) +use warnings; + $\="\n"; # set this to your rp binary |