Skip to content

Commit

Permalink
lddd: Use bash instead of sh
Browse files Browse the repository at this point in the history
lddd.in:
As all of the devtools scripts are based on bash, we need to use
/bin/bash and not posix sh.
  • Loading branch information
dvzrv committed Oct 29, 2021
1 parent d783cb5 commit 7dd29df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lddd.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
#
# lddd - find broken library links on your machine
#
Expand Down

0 comments on commit 7dd29df

Please sign in to comment.