summaryrefslogtreecommitdiff
path: root/validate
diff options
context:
space:
mode:
Diffstat (limited to 'validate')
-rwxr-xr-xvalidate5
1 files changed, 2 insertions, 3 deletions
diff --git a/validate b/validate
index 7464be93d8..5954e9634b 100755
--- a/validate
+++ b/validate
@@ -157,9 +157,9 @@ if [ $no_clean -eq 0 ]; then
fi
if [ $use_dph -eq 1 ]; then
- /usr/bin/perl -w boot --validate --required-tag=dph
+ perl -w boot --validate --required-tag=dph
else
- /usr/bin/perl -w boot --validate
+ perl -w boot --validate
fi
./configure --prefix="$INSTDIR" $config_args
fi
@@ -299,4 +299,3 @@ Please fix them before pushing/sending patches.
EOF
exit 1
fi
-