summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-02-28 23:45:59 -0500
committerMatt Hunter <m@lfurio.us>2026-03-16 04:36:28 -0400
commitbce1fbf7cc3e43437e1b77f70cdcb08976137951 (patch)
tree120b3356c81fcd8b9bc9edf8b4ea67e92b89adb2
parent16c03453c1b45ac1817d10442689aa77e3d18a49 (diff)
downloadgit-sonar-bce1fbf7cc3e43437e1b77f70cdcb08976137951.tar.gz
git-sonar-bce1fbf7cc3e43437e1b77f70cdcb08976137951.zip
Switch to POSIX shebang line
Signed-off-by: Matt Hunter <m@lfurio.us>
-rwxr-xr-xgit-sonar2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-sonar b/git-sonar
index 38212be..172529c 100755
--- a/git-sonar
+++ b/git-sonar
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
#
# git-sonar
#