Was missing move of jitter output.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
# $Id: check_paranoia.sh.in,v 1.4 2005/01/22 18:11:32 rocky Exp $
|
||||
# $Id: check_paranoia.sh.in,v 1.5 2005/01/22 18:54:19 rocky Exp $
|
||||
# Compare our cd-paranoia with an installed cdparanoia
|
||||
|
||||
if test "@CMP@" != no -a "@BUILD_CD_PARANOIA_TRUE@"X = X ; then
|
||||
@@ -23,6 +23,7 @@ if test "@CMP@" != no -a "@BUILD_CD_PARANOIA_TRUE@"X = X ; then
|
||||
exit 3
|
||||
fi
|
||||
../src/cd-paranoia/cd-paranoia -d ./cdda.cue -x 5 -v -r -- "1-"
|
||||
mv cdda.raw cdda-jitter.raw
|
||||
if @CMP@ ./cdda-jitter.raw ./cdda-good.raw ; then
|
||||
echo "** Jitter correction okay"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user