X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fwkday-out.sh;h=ad0c8cd38f0edbdd8a8e32d23de78d84b12fc3b4;hb=fe425c89a0080e781a6fb67e36d050c74cb50c09;hp=4116656e3679492619b230ce094f999a63c60ae3;hpb=f51ecb48027e6b1eb46840ae25888a25b429f012;p=pspp diff --git a/tests/formats/wkday-out.sh b/tests/formats/wkday-out.sh index 4116656e36..ad0c8cd38f 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`