command: Remove superfluous trailing spaces from command names.
[pspp] / tests / bugs / lag_crash.sh
index e848639cdfad46eaaa72a694b4d0dd9b2c7d2db4..c98864c4061e99215cdeba8cdc69b9ae9ac77319 100755 (executable)
@@ -9,7 +9,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`