aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Makefile
diff options
context:
space:
mode:
authorKonstantin Schukraft <konstantin@schukraft.org>2021-01-11 17:23:53 +0100
committerKonstantin Schukraft <konstantin@schukraft.org>2021-01-11 17:23:53 +0100
commit88925318e0a0e8707315a6ebe76b75d3806ba71b (patch)
tree3cff44b00b51de17483926e339ea74966138b975 /fs/Makefile
parent5f6cad2c71889ba2fd11c0249852f6e0e1c220d4 (diff)
Fix FreeBSD support that broke when multithreading was implemented
Diffstat (limited to 'fs/Makefile')
-rw-r--r--fs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index 658adb7..622c2df 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -36,3 +36,4 @@ unmount:
killall -9 tabfs || true
diskutil unmount force mnt || true
fusermount -u mnt || true
+ umount -f mnt || true