diff options
Diffstat (limited to 'winsup/cygwin/path.cc')
-rw-r--r-- | winsup/cygwin/path.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/path.cc b/winsup/cygwin/path.cc index 9aa968b78..034926aa8 100644 --- a/winsup/cygwin/path.cc +++ b/winsup/cygwin/path.cc @@ -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) { |