Skip to content

Commit

Permalink
Don't redirect output of fstype detection to standard out, thanks to …
Browse files Browse the repository at this point in the history
…Ronny Standtke <Ronny.Standtke@gmx.net>.
  • Loading branch information
daniel-baumann committed Jan 11, 2009
1 parent a803402 commit 24c4f35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/live-helpers
Expand Up @@ -77,7 +77,7 @@ get_fstype ()
return
fi

eval $(fstype < ${1} 2>/dev/null)
eval $(fstype ${1} 2>/dev/null)

if [ "${FSTYPE}" != "unknown" ]
then
Expand Down

0 comments on commit 24c4f35

Please sign in to comment.