From 0ff7b1464d1eb130ab9e1febe511899855a7cc25 Mon Sep 17 00:00:00 2001 From: Gleb Popov <6yearold@gmail.com> Date: Sat, 10 Feb 2024 20:12:08 +0300 Subject: [PATCH] Use portable shebang in input-filter-h.sh --- doc/input-filter-h.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/input-filter-h.sh b/doc/input-filter-h.sh index f0b4d4ed3..9e5bff0da 100755 --- a/doc/input-filter-h.sh +++ b/doc/input-filter-h.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # # Doxygen input filter, which tries to fix documentation of callback # method macros.