From da45f2fc3c2dd716fd4d7bbd4f0332ae5ecc94eb Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Fri, 3 Aug 2012 20:01:41 -0300 Subject: [PATCH] fixing bundler plugin which was creating a file named '-' --- plugins/bundler/bundler.load.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/bundler/bundler.load.fish b/plugins/bundler/bundler.load.fish index 7e1a44c..78bdb58 100644 --- a/plugins/bundler/bundler.load.fish +++ b/plugins/bundler/bundler.load.fish @@ -2,7 +2,7 @@ ## Functions function _bundler-installed - which bundle >- ^&1 + which bundle >/dev/null ^&1 end function _within-bundled-project