* cygcheck.cc (load_cygwin): Don't touch $PATH for now.

(print_version): Fix copyright.
	* strace.cc (print_version): Ditto.
This commit is contained in:
Corinna Vinschen
2005-05-15 12:29:47 +00:00
parent 1f7b9e8bc6
commit 90253b8276
3 changed files with 20 additions and 5 deletions

View File

@@ -890,7 +890,7 @@ print_version ()
printf ("\
%s (cygwin) %.*s\n\
System Trace\n\
Copyright 2000, 2001, 2002, 2003, 2004 Red Hat, Inc.\n\
Copyright 2000, 2001, 2002, 2003, 2004, 2005 Red Hat, Inc.\n\
Compiled on %s\n\
", pgm, len, v, __DATE__);
}