diff options
Diffstat (limited to 'multimedia/dvdwizard/files/patch-chaptercheck')
-rw-r--r-- | multimedia/dvdwizard/files/patch-chaptercheck | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/multimedia/dvdwizard/files/patch-chaptercheck b/multimedia/dvdwizard/files/patch-chaptercheck deleted file mode 100644 index f5e93a00f4ef..000000000000 --- a/multimedia/dvdwizard/files/patch-chaptercheck +++ /dev/null @@ -1,20 +0,0 @@ ---- chaptercheck.orig Wed Dec 14 09:55:38 2005 -+++ chaptercheck Wed Dec 14 09:56:47 2005 -@@ -100,7 +100,7 @@ - echo "Invalid interval specified, $cSpec is not numeric. Aborting" >&2 - usage - fi -- chapterList=`seq -s, 0 $interval $maxlen` -+ chapterList=`seq2 -s 0 -i $interval -e $maxlen | tr " " ","` - else - mode="string" - chapterList="$cSpec" -@@ -152,7 +152,7 @@ - - if [ $checkfrac -ne $frac ]; then - echo $chapter: fractions not a multiple of $fracInt >&2 -- let "errors+=1" -+# let "errors+=1" - fi - fi - fi |