X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fformats%2Fbinhex-out.sh;h=04e0cdc065c9f2757c3a8aa0c9fab62f32c267d2;hb=b7994155882996ee11fb1b6b044c429b0d2f8a44;hp=6fb4a972460a761773313e2bf8adba08c8a0c9f4;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp-builds.git diff --git a/tests/formats/binhex-out.sh b/tests/formats/binhex-out.sh index 6fb4a972..04e0cdc0 100755 --- a/tests/formats/binhex-out.sh +++ b/tests/formats/binhex-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`