Use #!/bin/bash instead of #!/bin/sh

Signed-off-by: Pierre Schmitz <pierre@archlinux.de>
This commit is contained in:
Timothy Redaelli 2011-12-16 17:36:17 +01:00 committed by Pierre Schmitz
parent 0e32334cca
commit 594f972666
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
#