summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-10 19:17:51 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-10 19:17:51 +0200
commitda5c2ab607c9c2cd396e6a1eac5eebcb52b68a25 (patch)
tree04f0434e45cd6fb38977e8cf5f8027d939d7cf07 /bin
parent3eebc5097014fce5131dbd3235d10ac4eee65826 (diff)
grepc: Use a portable shebang
Reported-by: наб <nabijaczleweli@nabijaczleweli.xyz> Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/grepc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grepc b/bin/grepc
index 72af103..1d48280 100755
--- a/bin/grepc
+++ b/bin/grepc
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
if (($# != 1)); then