Improved the syntax generated by the select-cases dialog
[pspp] / tests / command / get-data-txt-examples.sh
index 3cc68499a32d66f55e9836fd18f3d4ba3819c115..3900fa403c8d3e4cdf0decf484546bf55c7d4700 100755 (executable)
@@ -9,7 +9,7 @@ TEMPDIR=/tmp/pspp-tst-$$
 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`