fixing bundler plugin which was creating a file named '-'

This commit is contained in:
Bruno Pinto 2012-08-03 20:01:41 -03:00
parent e66ce57dd2
commit da45f2fc3c

View File

@ -2,7 +2,7 @@
## Functions ## Functions
function _bundler-installed function _bundler-installed
which bundle >- ^&1 which bundle >/dev/null ^&1
end end
function _within-bundled-project function _within-bundled-project