Forgot to suppress error message

This commit is contained in:
Bruno Pinto 2015-10-04 13:49:58 +01:00
parent 436e0306df
commit 653f173971

View File

@ -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