From 2b612a2b89a1268bfe9575441d15b319c16abd4e Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Fri, 12 Aug 2011 14:29:57 +0200 Subject: [PATCH] [misc] entropy_hwgen.sh: be POSIX --- misc/entropy_hwgen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/entropy_hwgen.sh b/misc/entropy_hwgen.sh index 24ee5bdc0..b83b77656 100755 --- a/misc/entropy_hwgen.sh +++ b/misc/entropy_hwgen.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Entropy Hardware hash generator [[ -x "/sbin/ifconfig" ]] || exit 1