Disk: Fix flags on Minix 2

This commit is contained in:
Dylan Araps 2016-12-19 12:08:35 +11:00
parent 2942abd46b
commit b3932af501
1 changed files with 2 additions and 2 deletions

View File

@ -1556,8 +1556,8 @@ get_disk() {
# Get 'df' flags.
case "$os" in
"Haiku") err "Disk doesn't work on Haiku due to the non-standard 'df'"; return ;;
"Minix") df_flags=(-P -h) ;;
*) df_flags=(-h) ;;
"Minix") df_flags=(-h) ;;
*) df_flags=(-P -h) ;;
esac
# Get the info for /