Skip to content

Commit

Permalink
Fixed output to /dev/null
Browse files Browse the repository at this point in the history
  • Loading branch information
jtrobinson3 committed Oct 29, 2014
1 parent 165d6ca commit 26807a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
)
# As of Ubuntu 14.04 "fuse-utils" has been merged into package "fuse"
# so try to install both (auto-installed by fuse-utils in older)
%x(apt-cache show fuse-utils >> /dev/null)
%x(apt-cache show fuse-utils > /dev/null)
if( $? == 0 ) then
prereqs.push( 'fuse-utils' )
else
Expand Down

0 comments on commit 26807a4

Please sign in to comment.