1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Description: ulimit requires Bash
Author: Ferenc Wágner <wferi@debian.org>
Last-Update: 2025-01-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: heartbeat/heartbeat/lib/BasicSanityCheck.in
===================================================================
--- heartbeat.orig/heartbeat/lib/BasicSanityCheck.in 2025-01-05 15:46:04.483847085 +0100
+++ heartbeat/heartbeat/lib/BasicSanityCheck.in 2025-01-05 15:46:37.747208908 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
#
# Support: linux-ha-dev@lists.tummy.com
# License: GNU General Public License (GPL)
|