incorrect usage of cd test/ if ! test -> if test !
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
#$Id: check_cue.sh.in,v 1.11 2003/09/19 04:09:47 rocky Exp $
|
||||
#$Id: check_cue.sh.in,v 1.12 2003/09/20 00:28:32 rocky Exp $
|
||||
# Tests to see that BIN/CUE file iamge reading is correct (via cd-info).
|
||||
if test -z "@VCDINFO_LIBS@" ; then
|
||||
vcd_opt='--no-vcd'
|
||||
@@ -11,7 +11,7 @@ fi
|
||||
|
||||
. ${srcdir}/check_common_fn
|
||||
|
||||
if ! test -x ../src/cd-info ; then
|
||||
if test ! -x ../src/cd-info ; then
|
||||
exit 77
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user