diff options
Diffstat (limited to 'winsup/cygwin/spawn.cc')
-rw-r--r-- | winsup/cygwin/spawn.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/spawn.cc b/winsup/cygwin/spawn.cc index f5df7ccd3..5817a1dfe 100644 --- a/winsup/cygwin/spawn.cc +++ b/winsup/cygwin/spawn.cc @@ -153,8 +153,8 @@ find_exec (const char *name, path_conv& buf, const char *mywinenv, posix_path = winpath->get_posix () - 1; debug_printf ("%s%s", mywinenv, path); - /* Iterate over the specified path, looking for the file with and - without executable extensions. */ + /* Iterate over the specified path, looking for the file with and without + executable extensions. */ do { posix_path++; |