From 653f173971e113d22e9c3568003bb6e1c5f9a5bc Mon Sep 17 00:00:00 2001 From: Bruno Pinto Date: Sun, 4 Oct 2015 13:49:58 +0100 Subject: [PATCH] Forgot to suppress error message --- pkg/omf/cli/omf.remove_package.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/omf/cli/omf.remove_package.fish b/pkg/omf/cli/omf.remove_package.fish index bbf2865..c6730ce 100644 --- a/pkg/omf/cli/omf.remove_package.fish +++ b/pkg/omf/cli/omf.remove_package.fish @@ -15,7 +15,7 @@ function omf.remove_package for path in {$OMF_PATH,$OMF_CONFIG}/{pkg}/$pkg not test -d $path; and continue - source $path/uninstall.fish; and emit uninstall_$pkg + source $path/uninstall.fish ^/dev/null; and emit uninstall_$pkg omf.bundle.remove "package" $pkg rm -rf $path