From 94b461ebe64c29c8e2144327d81c485550e1d7db Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 10 Jan 2009 21:41:59 +0100 Subject: [PATCH] Don't redirect output of fstype detection to standard out, thanks to Ronny Standtke . --- scripts/live-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/live-helpers b/scripts/live-helpers index f6b8b8b..adb56b7 100644 --- a/scripts/live-helpers +++ b/scripts/live-helpers @@ -77,7 +77,7 @@ get_fstype () return fi - eval $(fstype < ${1} 2>/dev/null) + eval $(fstype ${1} 2>/dev/null) if [ "${FSTYPE}" != "unknown" ] then -- 2.1.4