Don't redirect output of fstype detection to standard out, thanks to Ronny Standtke...
authorDaniel Baumann <daniel@debian.org>
Sat, 10 Jan 2009 20:41:59 +0000 (21:41 +0100)
committerDaniel Baumann <daniel@debian.org>
Wed, 9 Mar 2011 16:48:03 +0000 (17:48 +0100)
scripts/live-helpers

index f6b8b8b..adb56b7 100644 (file)
@@ -77,7 +77,7 @@ get_fstype ()
            return
        fi
 
-       eval $(fstype ${1} 2>/dev/null)
+       eval $(fstype ${1} 2>/dev/null)
 
        if [ "${FSTYPE}" != "unknown" ]
        then