From 288e785942f57e733a18fc79e8b1ef9e680caf6a Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 6 May 2004 11:12:10 +0000 Subject: [PATCH] Cater to old shells --- test/check_cue.sh.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/check_cue.sh.in b/test/check_cue.sh.in index aab5b2a1..00e2e43d 100644 --- a/test/check_cue.sh.in +++ b/test/check_cue.sh.in @@ -1,5 +1,5 @@ #!/bin/sh -#$Id: check_cue.sh.in,v 1.17 2004/05/06 01:22:13 rocky Exp $ +#$Id: check_cue.sh.in,v 1.18 2004/05/06 11:12:10 rocky Exp $ # Tests to see that BIN/CUE and BIN/TOC file iamge reading is correct # (via cd-info). @@ -7,7 +7,7 @@ if test -n "@VCDINFO_LIBS@" ; then vcd_opt='--no-vcd' fi -if test -z $srcdir ; then +if test -z "$srcdir" ; then srcdir=`pwd` fi