Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dvzrv@archlinux.org>2021-10-29 09:20:43 +0200
committerDavid Runge <dvzrv@archlinux.org>2021-10-29 09:20:43 +0200
commit7dd29dff46dc3396b7e97996ae3425a87e3cb661 (patch)
treee0f755495eb7b2b3e40dbb4106dc2785ca515262
parentd783cb511ccd45bbf0e38b2a1aae13fbba5e2324 (diff)
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.
-rw-r--r--lddd.in2
1 files changed, 1 insertions, 1 deletions
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
#