diff --git a/recipes/install.rb b/recipes/install.rb index ae48dab..c964eb1 100644 --- a/recipes/install.rb +++ b/recipes/install.rb @@ -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