From e5b671d5f03f3d275ecd88b34e259cd0edaeadcc Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 12 Aug 2011 11:07:47 +0200 Subject: [PATCH] [misc] fix shebang, use bash, thanks to mgorny@gentoo.org --- misc/entropy.sh | 2 +- misc/entropy_hwgen.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/entropy.sh b/misc/entropy.sh index 02474a12f..0ce0213bf 100755 --- a/misc/entropy.sh +++ b/misc/entropy.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Entropy Bash-based trigger interpreter # # diff --git a/misc/entropy_hwgen.sh b/misc/entropy_hwgen.sh index b83b77656..24ee5bdc0 100755 --- a/misc/entropy_hwgen.sh +++ b/misc/entropy_hwgen.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Entropy Hardware hash generator [[ -x "/sbin/ifconfig" ]] || exit 1