Fixed -o semantics. Thanks Jean Delvare <khali@linux-fr.org>

This commit is contained in:
Sergey Poznyakoff
2004-11-16 11:02:45 +00:00
parent d305c258bf
commit b2a65edf5c

View File

@@ -1417,7 +1417,7 @@ decode_options (int argc, char **argv)
else
{
/* UNIX98 compatibility */
same_owner_option = 1;
same_owner_option = -1;
}
}