X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fwkday-out.sh;h=ad0c8cd38f0edbdd8a8e32d23de78d84b12fc3b4;hb=3ee20364862608997a01e97c816a49bf2671f525;hp=4116656e3679492619b230ce094f999a63c60ae3;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp-builds.git diff --git a/tests/formats/wkday-out.sh b/tests/formats/wkday-out.sh index 4116656e..ad0c8cd3 100755 --- a/tests/formats/wkday-out.sh +++ b/tests/formats/wkday-out.sh @@ -8,7 +8,7 @@ trap 'cd /; rm -rf $TEMPDIR' 0 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`