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>
Sun, 11 Jan 2009 14:50:40 +0000 (15:50 +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