[FFmpeg-devel] [PATCH v3 5/5] doc/texidep: switch to shebang without space

J. Dekker jdek at itanimul.li
Tue Apr 9 16:50:34 EEST 2024


This commit is purely cosmetic.

Signed-off-by: J. Dekker <jdek at itanimul.li>
---
 doc/texidep.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/texidep.pl b/doc/texidep.pl
index 099690378e..33e6c7c53e 100644
--- a/doc/texidep.pl
+++ b/doc/texidep.pl
@@ -1,4 +1,4 @@
-#! /usr/bin/env perl
+#!/usr/bin/env perl
 
 # This script will print the dependency of a Texinfo file to stdout.
 # texidep.pl <src-path> <input.texi> <output.ext>
-- 
2.44.0



More information about the ffmpeg-devel mailing list