From 7fce4cbc0e0d00352826c5ef1d7f6bf8dbb826b9 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Fri, 26 May 2017 18:27:37 -0400 Subject: Revert "Rewrite boot in Python" This reverts commit 0440af6abe592c2366d302d603664fe763ad0828. Unfortunately this breaks on Windows for tiresome reasons. I'll need to reevaluate this. --- validate | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'validate') diff --git a/validate b/validate index 152a00206c..09f4fd2f23 100755 --- a/validate +++ b/validate @@ -181,9 +181,9 @@ if [ $no_clean -eq 0 ]; then INSTDIR="$thisdir/inst" if [ $use_dph -eq 1 ]; then - python3 ./boot --validate --required-tag=dph + perl -w boot --validate --required-tag=dph else - python3 ./boot --validate + perl -w boot --validate fi ./configure --prefix="$INSTDIR" $config_args fi -- cgit v1.2.1