X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fmoments.sh;h=a0a72c6365022facedf0fb52d7ff363a37d9743b;hb=e937634e9021aa0656a6362f169ec2183efed499;hp=5fc7c69092abda94fc73a93caab68c57e0c97fbb;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp diff --git a/tests/stats/moments.sh b/tests/stats/moments.sh index 5fc7c69092..a0a72c6365 100755 --- a/tests/stats/moments.sh +++ b/tests/stats/moments.sh @@ -8,7 +8,7 @@ TEMPDIR=/tmp/pspp-tst-$$ 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`