[misc] fix shebang, use bash, thanks to mgorny@gentoo.org

This commit is contained in:
Fabio Erculiani
2011-08-12 11:07:47 +02:00
parent a37f32409a
commit e5b671d5f0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Entropy Bash-based trigger interpreter
#
#

View File

@@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
# Entropy Hardware hash generator
[[ -x "/sbin/ifconfig" ]] || exit 1