commit e7ffbd0156ed5a3f03824868b97ea4590c5704eb parent d1167167e7a1b3cd49f14beb46fbc5ba997cb567 Author: Sean Enck <sean@ttypty.com> Date: Wed, 2 Nov 2022 18:28:41 -0400 change these to just sh Diffstat:
| M | scripts/hooks/all.sh | | | 2 | +- |
| M | scripts/hooks/test.sh | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/scripts/hooks/all.sh b/scripts/hooks/all.sh @@ -1,2 +1,2 @@ -#!/usr/bin/env bash +#!/bin/sh echo "$@" diff --git a/scripts/hooks/test.sh b/scripts/hooks/test.sh @@ -1,2 +1,2 @@ -#!/usr/bin/env bash +#!/bin/sh echo "CALLED"