From 017973b0b41fb985bd34b82fdd81650f7c0a6ee4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 8 Apr 2023 09:45:06 +0100 Subject: [PATCH] fix: incorrect shebang Fails on NixOS before making this change. --- bin/watch-changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/watch-changes b/bin/watch-changes index 29e647b..2978e29 100755 --- a/bin/watch-changes +++ b/bin/watch-changes @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ "$1" ] && [ "$2" ]; then while true