Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTasos Sahanidis <tasos@tasossah.com>2024-05-04 14:49:52 +0300
committerTasos Sahanidis <tasos@tasossah.com>2024-05-04 14:49:52 +0300
commita3774c747f6a2fcebe94b49c20cefca1263c37cb (patch)
tree7559c131e4e094488b8f8cc30072be04bb3040fc
parentf247d7a4f8f6309058ea67ccc87300311ae7ade0 (diff)
bin/schedule-for-rebuild: Switch to bash
-rwxr-xr-xbin/schedule-for-rebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/schedule-for-rebuild b/bin/schedule-for-rebuild
index b6eb4f6..9c2949d 100755
--- a/bin/schedule-for-rebuild
+++ b/bin/schedule-for-rebuild
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
# shellcheck disable=SC2119,SC2120