Fix capitalization

This commit is contained in:
Dylan 2016-05-07 21:18:03 +10:00
parent ae4573066d
commit da6add25ad
1 changed files with 1 additions and 1 deletions

View File

@ -1585,7 +1585,7 @@ getfont () {
getdisk () { getdisk () {
# df flags # df flags
case "$os" in case "$os" in
"Linux" | "iPhone Os" | "Windows") df_flags="-h -l --total" ;; "Linux" | "iPhone OS" | "Windows") df_flags="-h -l --total" ;;
"Mac OS X") df_flags="-H / -l" ;; "Mac OS X") df_flags="-H / -l" ;;
*"BSD") *"BSD")