diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-11-13 04:47:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-11-13 04:47:09 +0000 |
commit | b6a44b8d39b7834ab9f6c43938f4b58f135e846e (patch) | |
tree | d9bd903d4e30ea4faf1977a514853c5aac83690c /util-linux | |
parent | eded54bd96ed0394844f9ba23c5ab54dff8a917f (diff) | |
download | busybox-w32-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.gz busybox-w32-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.bz2 busybox-w32-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.zip |
updates for the day
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/umount.c b/util-linux/umount.c index 0d105d9c1..061bb9b16 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -124,7 +124,7 @@ umount_main(int argc, char** argv) | |||
124 | } | 124 | } |
125 | 125 | ||
126 | 126 | ||
127 | if(umountAll) { | 127 | if(umountAll==TRUE) { |
128 | exit(umount_all(useMtab)); | 128 | exit(umount_all(useMtab)); |
129 | } | 129 | } |
130 | if ( do_umount(*argv,useMtab) == 0 ) | 130 | if ( do_umount(*argv,useMtab) == 0 ) |