summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2009-01-10 21:41:59 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:03 +0100
commit94b461ebe64c29c8e2144327d81c485550e1d7db (patch)
treed3f08386d8470b7cfcaf2141fcbfdb4c2a71bb58 /scripts
parent1d8d4b19c18659024fbabee3d2626c0e79d1453f (diff)
downloadlive-boot-94b461ebe64c29c8e2144327d81c485550e1d7db.tar.gz
live-boot-94b461ebe64c29c8e2144327d81c485550e1d7db.zip
Don't redirect output of fstype detection to standard out, thanks to Ronny Standtke <Ronny.Standtke@gmx.net>.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/live-helpers2
1 files changed, 1 insertions, 1 deletions
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