mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 23:44:17 +08:00
Fix typo
This commit is contained in:
parent
a521b5fc8c
commit
cedf58ed5d
@ -111,7 +111,7 @@ else
|
||||
fi
|
||||
endif
|
||||
@if [ -f $(MOUNTED_TAG) ]; then \
|
||||
$(MAKE) unmount; && rm -f $(MOUNTED_TAG); \
|
||||
$(MAKE) unmount && rm -f $(MOUNTED_TAG); \
|
||||
else echo "Not unmounting by ourself, don't forget to do it"; \
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user