X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fcommand%2Fupdate.sh;h=074776cbcc12e7b79eb11153a3e451dee5de9e16;hb=4ab3b7df3996d059d8efd8e9b8c5bdbd1cae84a1;hp=4d4da661d30720cc7d47a1b1ddd75817c1b65170;hpb=d0b91eae59319ab2756d0d43b9cb15eb9cd3c234;p=pspp-builds.git diff --git a/tests/command/update.sh b/tests/command/update.sh index 4d4da661..074776cb 100755 --- a/tests/command/update.sh +++ b/tests/command/update.sh @@ -10,7 +10,7 @@ TESTFILE=$TEMPDIR/update.pspp 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`