From 7dd29dff46dc3396b7e97996ae3425a87e3cb661 Mon Sep 17 00:00:00 2001 From: David Runge Date: Fri, 29 Oct 2021 09:20:43 +0200 Subject: lddd: Use bash instead of sh lddd.in: As all of the devtools scripts are based on bash, we need to use /bin/bash and not posix sh. --- lddd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lddd.in b/lddd.in index 1c4e4b1..12f8d67 100644 --- a/lddd.in +++ b/lddd.in @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # lddd - find broken library links on your machine # -- cgit v1.2.3-54-g00ecf