File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
* Portions Copyright (c) 1996-2006, PostgreSQL Global Development Group
12
12
* Portions Copyright (c) 1994, Regents of the University of California
13
13
*
14
- * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.13 2006/07/24 01:50:22 adunstan Exp $
14
+ * $PostgreSQL: pgsql/src/test/regress/pg_regress.c,v 1.14 2006/07/25 01:37:42 adunstan Exp $
15
15
*
16
16
*-------------------------------------------------------------------------
17
17
*/
@@ -437,7 +437,7 @@ initialize_environment(void)
437
437
unsetenv ("LANG" );
438
438
unsetenv ("LANGUAGE" );
439
439
/* On Windows the default locale may not be English, so force it */
440
- #if defined(WIN32 ) || defined(CYGWIN )
440
+ #if defined(WIN32 ) || defined(__CYGWIN__ )
441
441
putenv ("LANG=en" );
442
442
#endif
443
443
@@ -513,7 +513,7 @@ initialize_environment(void)
513
513
*/
514
514
add_to_path ("LD_LIBRARY_PATH" , ':' , libdir );
515
515
add_to_path ("DYLD_LIBRARY_PATH" , ':' , libdir );
516
- #if defined(WIN32 ) || defined(CYGWIN )
516
+ #if defined(WIN32 ) || defined(__CYGWIN__ )
517
517
add_to_path ("PATH" , ';' , libdir );
518
518
#endif
519
519
}
You can’t perform that action at this time.
0 commit comments