From 99571995efac1341090aff8d91bac7ec3ff1871a Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 9 Sep 2024 16:40:33 -0700 Subject: [PATCH] tweak --- Validators-in-scripting-languages.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Validators-in-scripting-languages.md b/Validators-in-scripting-languages.md index ffd7f88..4d926d3 100644 --- a/Validators-in-scripting-languages.md +++ b/Validators-in-scripting-languages.md @@ -64,8 +64,9 @@ in which case only the output file paths are passed to the script. As an example, the following PHP script, used as a compare script, requires that results match exactly: + ```php -#/usr/bin/env +#! /usr/bin/env php