X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=tests%2Fbugs%2Fget.sh;h=3fd6d5624de03ba355f5a2fe96c9c9cf25eacf83;hb=e05ae8e87fdc4eb8a7d7172a9a08950387e8be05;hp=aa76a8c0c723294f7ac5b9b7c6dfde17eadc89e0;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp-builds.git diff --git a/tests/bugs/get.sh b/tests/bugs/get.sh index aa76a8c0..3fd6d562 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`