Commit ee4fc5bb authored by Bruno's avatar Bruno

Merge pull request #98 from oh-my-fish/missing-redirect

Forgot to suppress error message
parents 436e0306 653f1739
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment