* fhandler_console.cc (fhandler_console::open): Reinstate setting of flags.

This commit is contained in:
Christopher Faylor
2002-05-31 22:53:25 +00:00
parent de86e35bc4
commit 8e74c3207f
7 changed files with 16 additions and 7 deletions

View File

@ -741,7 +741,6 @@ out:
if (tail[1] != '\0')
*tail = '/';
normalized_path = cstrdup (path_copy);
debug_printf ("path_copy %s", path_copy);
}
/* Deal with Windows stupidity which considers filename\. to be valid
even when "filename" is not a directory. */
@ -814,6 +813,7 @@ out:
path_flags |= PATH_EXEC;
}
debug_printf ("binary %d", isbinary ());
#if 0
if (!error)
{