Invalid substituiton variable.
Allow cd-info tests to be skipped.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
#$Id: check_cue.sh.in,v 1.3 2003/05/18 02:31:59 rocky Exp $
|
||||
#$Id: check_cue.sh.in,v 1.4 2003/08/29 11:10:01 rocky Exp $
|
||||
if test -n "@CDDB_LIB@" ; then
|
||||
cddb_opt='--no-cddb'
|
||||
fi
|
||||
|
||||
if test -n "@VCD_LIB@" ; then
|
||||
if test -n "@VCDINFO_LIBS@" ; then
|
||||
vcd_opt='--no-vcd'
|
||||
fi
|
||||
|
||||
@@ -14,6 +14,10 @@ fi
|
||||
|
||||
. ${srcdir}/check_common_fn
|
||||
|
||||
if ! test -x ../src/cd-info ; then
|
||||
exit 77
|
||||
fi
|
||||
|
||||
BASE=`basename $0 .sh`
|
||||
|
||||
fname=cdda
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
#$Id: check_nrg.sh.in,v 1.2 2003/05/16 21:11:18 rocky Exp $
|
||||
#$Id: check_nrg.sh.in,v 1.3 2003/08/29 11:10:01 rocky Exp $
|
||||
|
||||
if test -n "@VCDINFO_LIB@" ; then
|
||||
if test -n "@VCDINFO_LIBS@" ; then
|
||||
vcd_opt='--no-vcd'
|
||||
fi
|
||||
|
||||
@@ -11,6 +11,10 @@ fi
|
||||
|
||||
. ${srcdir}/check_common_fn
|
||||
|
||||
if ! test -x ../src/cd-info ; then
|
||||
exit 77
|
||||
fi
|
||||
|
||||
BASE=`basename $0 .sh`
|
||||
fname=videocd
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
#$Id: check_opts.sh,v 1.2 2003/04/25 21:28:39 rocky Exp $
|
||||
#$Id: check_opts.sh,v 1.3 2003/08/29 11:10:01 rocky Exp $
|
||||
# Check cd-info options
|
||||
if test -z "$srcdir" ; then
|
||||
srcdir=`pwd`
|
||||
@@ -7,6 +7,10 @@ fi
|
||||
|
||||
. ${srcdir}/check_common_fn
|
||||
|
||||
if ! test -x ../src/cd-info ; then
|
||||
exit 77
|
||||
fi
|
||||
|
||||
BASE=`basename $0 .sh`
|
||||
|
||||
fname=isofs-m1
|
||||
|
||||
Reference in New Issue
Block a user