Update scripts that invoke Perl to invoke it as simply "perl" if
[pspp] / tests / formats / bcd-in.sh
index aaa0a8d9ef5827b346ebff193ea3f2d0a5f9cc05..f93adeafeead61b06e73ef78c03969b407529c13 100755 (executable)
@@ -7,6 +7,7 @@ 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
+: ${PERL:=perl}
 
 # ensure that top_srcdir is absolute
 top_srcdir=`cd $top_srcdir; pwd`