From 458810afd47f97f2b429f59c2e2a89be8b9a063b Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 19 Aug 2004 23:10:40 +0000 Subject: [PATCH] Typo... --- include/paths.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/paths.h b/include/paths.h index 5c77f5fa4ef2..ddf4909d5814 100644 --- a/include/paths.h +++ b/include/paths.h @@ -1,4 +1,4 @@ -/* $NetBSD: paths.h,v 1.26 2004/08/19 23:07:01 christos Exp $ */ +/* $NetBSD: paths.h,v 1.27 2004/08/19 23:10:40 christos Exp $ */ /* * Copyright (c) 1989, 1993 @@ -41,9 +41,9 @@ */ #ifdef RESCUEDIR #define _PATH_DEFPATH RESCUEDIR ":/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin" -#endif -#define _PATH_DEFPATH "/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin" #else +#define _PATH_DEFPATH "/usr/bin:/bin:/usr/pkg/bin:/usr/local/bin" +#endif /* * All standard utilities path.