[SCM] Video extraction utility for YouTube,	Google Video and other video sites (Debian packaging) branch,	master, updated. upstream/2.1.7-214-g6762190
    legatvs 
    legatvs at gmail.com
       
    Wed Apr  1 14:44:50 UTC 2009
    
    
  
The following commit has been merged in the master branch:
commit 8192be9258946aa3e485a758e953c7db836cf85f
Author: legatvs <legatvs at gmail.com>
Date:   Thu Feb 19 14:23:41 2009 +0200
    exec_cmd: added sanity check
diff --git a/clive b/clive
index eeb02d3..0968399 100755
--- a/clive
+++ b/clive
@@ -1441,6 +1441,7 @@ sub verify_exec {
 }
 
 sub exec_cmd {
+    return if !$opts{exec};
     if ($opts{exec} =~ /;$/) { # semi
         foreach (@exec_files) {
             my $cmd = sprintf('"%s" ',$opts{exec});
-- 
Video extraction utility for YouTube, Google Video and other video sites (Debian packaging)
    
    
More information about the Pkg-perl-cvs-commits
mailing list