]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
grepc: Use a portable shebang
authorAlejandro Colomar <alx.manpages@gmail.com>
Tue, 10 May 2022 17:17:51 +0000 (19:17 +0200)
committerAlejandro Colomar <alx@kernel.org>
Wed, 29 Oct 2025 20:28:55 +0000 (21:28 +0100)
Reported-by: наб <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
bin/grepc

index 72af10304e43d0af1525703c4654882858dfe867..1d482808c407c752ec7cb7cda6238c1ccf4d2536 100755 (executable)
--- a/bin/grepc
+++ b/bin/grepc
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
 
 
 if (($# != 1)); then