commit | dca0b707c0f0998670f8e69600cc30d94e9b217b | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Fri Oct 27 09:05:02 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Fri Oct 27 09:05:02 2006 +0000 |
tree | bf0291a625fee415b6500007b0ec90880104f962 | |
parent | 621204bbf6750f1ba3977b43bb35375ddda6b5ae [diff] [blame] |
reshuffle libbb.h contents so that order of decls makes sense Found bad typo in largefile support :)
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index 3fe55c3..1aee8b2 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c
@@ -42,7 +42,7 @@ #endif opt = getopt32(argc, argv, "m:p", &smode); if(opt & 1) { - mode = 0777; + mode = 0777; if (!bb_parse_mode (smode, &mode)) { bb_error_msg_and_die ("invalid mode `%s'", smode); }