diff --git a/comchap b/comchap index 1d203b1..d785454 100755 --- a/comchap +++ b/comchap @@ -150,7 +150,7 @@ txtfile="$workdir${infile%.*}.txt" fi if [ ! -f "$edlfile" ]; then - $comskipPath --ini="$comskipini" "$infile" + $comskipPath $comskipoutput --ini="$comskipini" "$infile" if [ ! -f "$edlfile" ] ; then echo "Error running comskip. EDL File not found: $infile" 1>&3 2>&4 >&2