X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fbugs%2Fget.sh;h=3fd6d5624de03ba355f5a2fe96c9c9cf25eacf83;hb=173d1687aea88e0e5e1b1d8615ed68ebefb15d08;hp=aa76a8c0c723294f7ac5b9b7c6dfde17eadc89e0;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/tests/bugs/get.sh b/tests/bugs/get.sh index aa76a8c0c7..3fd6d5624d 100755 --- a/tests/bugs/get.sh +++ b/tests/bugs/get.sh @@ -11,7 +11,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps if [ -z "$top_builddir" ] ; then top_builddir=. ; fi if [ -z "$top_srcdir" ] ; then top_srcdir=. ; fi top_builddir=`cd $top_builddir; pwd` -PSPP=$top_builddir/src/ui/terminal/pspp +PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT # ensure that top_srcdir is absolute top_srcdir=`cd $top_srcdir; pwd`