From 26dfa6b3287ed2e2fc461ccffcb2e30ad5e66b6b Mon Sep 17 00:00:00 2001 From: Tom Feist Date: Sat, 21 Aug 2010 18:55:22 +0100 Subject: added first attempt at a patch for creating bindings accessor. Currently lives in the Irssi::UI::bindings() to avoid poking makefiles too hard --- test/run_irssi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/run_irssi.sh') diff --git a/test/run_irssi.sh b/test/run_irssi.sh index 9b73b49..b3f47a4 100755 --- a/test/run_irssi.sh +++ b/test/run_irssi.sh @@ -1,2 +1,3 @@ #!/usr/bin/env bash -/opt/stow/repo/irssi/bin/irssi --home=irssi/ +export PERL5LIB=${PERL5LIB}:/opt/stow/repo/irssi/lib/perl5/5.10.1/darwin-2level +screen /opt/stow/repo/irssi/bin/irssi --home=irssi/ -- cgit v1.2.3