Wasn't showing full command name when check_cue.sh failed.

This commit is contained in:
R. Bernstein
2012-01-28 23:04:06 -05:00
parent f130f66c5d
commit 6bbab1a4e2

View File

@@ -10,17 +10,14 @@ if test "X$abs_top_srcdir" = "X" ; then
abs_top_srcdir=@abs_top_srcdir@
fi
if test "X$top_srcdir" = "X" ; then
top_srcdir=`pwd`/..
fi
if test "X$top_builddir" = "X" ; then
top_builddir=`pwd`/..
top_builddir=@abs_top_builddir@
fi
. ${top_builddir}/test/check_common_fn
if test ! -x $abs_top_srcdir/src/cd-info ; then
CD_INFO=$abs_top_srcdir/src/cd-info
if test ! -x $CD_INFO ; then
exit 77
fi