X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fmonth-out.sh;h=67a773a320e04a0421b34fa25818ac05e9484151;hb=9895af61788837886be8b30fdb2baf46f9f0724a;hp=fba0ae8990dc17d18b9f9ebea1a23071a602cc1d;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp-builds.git diff --git a/tests/formats/month-out.sh b/tests/formats/month-out.sh index fba0ae89..67a773a3 100755 --- a/tests/formats/month-out.sh +++ b/tests/formats/month-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`