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.
This commit is contained in:
David Runge 2021-10-29 09:20:43 +02:00
parent d783cb511c
commit 7dd29dff46
No known key found for this signature in database
GPG Key ID: 7258734B41C31549
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# lddd - find broken library links on your machine
#