check_common_fn is in the current dir (build dir), not in $srcdir.

This commit is contained in:
flameeyes
2007-11-16 22:25:08 +00:00
parent 88e72ac231
commit 615b485d38
5 changed files with 10 additions and 10 deletions

View File

@@ -1,11 +1,11 @@
#!/bin/sh
#$Id: check_opts.sh,v 1.8 2005/01/29 14:50:34 rocky Exp $
#$Id: check_opts.sh,v 1.9 2007/11/16 22:25:08 flameeyes Exp $
# Check cd-info options
if test -z "$srcdir" ; then
srcdir=`pwd`
fi
. ${srcdir}/check_common_fn
. check_common_fn
if test ! -x ../src/cd-info ; then
exit 77