* mount.cc (mount_info::init): Remove MOUNT_CYGWIN_EXEC setting when

auto-mounting /usr/bin.
This commit is contained in:
Christopher Faylor
2009-05-14 14:44:31 +00:00
parent e8d534d51a
commit ef5da523a9
2 changed files with 6 additions and 1 deletions

View File

@@ -342,7 +342,7 @@ mount_info::init ()
{
stpcpy (p, "\\bin");
mount_table->add_item (native, "/usr/bin",
MOUNT_SYSTEM | MOUNT_BINARY | MOUNT_AUTOMATIC | MOUNT_CYGWIN_EXEC);
MOUNT_SYSTEM | MOUNT_BINARY | MOUNT_AUTOMATIC);
}
if (!got_usr_lib)
{