X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fxforms%2Frecode.sh;h=7794e033de919b925c1531c7cb5c5100d869e318;hb=47ccfee48be2d073a32f0c5f7c21bc8ae55f195c;hp=ae29cc4d1d48cc0bf962facc9072cc2ceb93628b;hpb=a1efcf97ca2f75f4be6a0389ff2372c03ed2d4e1;p=pspp-builds.git diff --git a/tests/xforms/recode.sh b/tests/xforms/recode.sh index ae29cc4d..7794e033 100755 --- a/tests/xforms/recode.sh +++ b/tests/xforms/recode.sh @@ -10,7 +10,7 @@ TESTFILE=$TEMPDIR/`basename $0`.sps 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`