commit 497ad9c648b4133e53bff84257850b628fe68279
Author: Sharon Kimble <[email protected]>
Date: Wed Nov 5 16:25:54 2014 +0000
modified: get_iplayer.cgi
diff --git a/get_iplayer.cgi b/get_iplayer.cgi
index e1e51bb..41738ba 100755
--- a/get_iplayer.cgi
+++ b/get_iplayer.cgi
@@ -99,7 +99,7 @@ my $default_modes = 'default';
$opt_cmdline->{listen} = '0.0.0.0' if ! $opt_cmdline->{listen};
# Search for get_iplayer
if ( ! $opt_cmdline->{getiplayer} ) {
- for ( './get_iplayer', './get_iplayer.cmd', './get_iplayer.pl',
'/usr/bin/get_iplayer' ) {
+ for ( './get_iplayer', './get_iplayer.cmd', './get_iplayer.pl',
'/usr/bin/get_iplayer' '/usr/local/bin/get_iplayer' ) {
$opt_cmdline->{getiplayer} = $_ if -x $_;
}
}
--
A taste of linux = http://www.sharons.org.uk
my git repo = https://bitbucket.org/boudiccas/dots
TGmeds = http://www.tgmeds.org.uk
Debian testing, fluxbox 1.3.5, emacs 24.4.1.0
_______________________________________________
get_iplayer mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/get_iplayer