Add $EXEEXT to names of binaries executed in tests.
[pspp-builds.git] / tests / bugs / shbang.sh
index 826d5dc4d898cff3983404316b677d5fc84259f7..5625d591b52f3e7b5085a1ea8c5898205bb31891 100755 (executable)
@@ -12,7 +12,7 @@ if [ -z "$top_builddir" ] ; then top_builddir=. ; fi
 top_srcdir=`cd $top_srcdir; pwd`
 top_builddir=`cd $top_builddir; pwd`
 
-PSPP=$top_builddir/src/ui/terminal/pspp
+PSPP=$top_builddir/src/ui/terminal/pspp$EXEEXT
 
 STAT_CONFIG_PATH=$top_srcdir/config
 export STAT_CONFIG_PATH