X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fstats%2Fmoments.sh;h=a0a72c6365022facedf0fb52d7ff363a37d9743b;hb=48e0129f54424a6fd5fb1bc7651e48dedc5293c2;hp=5fc7c69092abda94fc73a93caab68c57e0c97fbb;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp-builds.git diff --git a/tests/stats/moments.sh b/tests/stats/moments.sh index 5fc7c690..a0a72c63 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`