pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install/files/admin Reference correct var...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/65d209ff6aa1
branches:  trunk
changeset: 532145:65d209ff6aa1
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Aug 12 17:51:36 2007 +0000

description:
Reference correct variable.

diffstat:

 pkgtools/pkg_install/files/admin/main.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0b831ed42aaa -r 65d209ff6aa1 pkgtools/pkg_install/files/admin/main.c
--- a/pkgtools/pkg_install/files/admin/main.c   Sun Aug 12 16:47:17 2007 +0000
+++ b/pkgtools/pkg_install/files/admin/main.c   Sun Aug 12 17:51:36 2007 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: main.c,v 1.26 2007/08/12 16:47:17 joerg Exp $  */
+/*     $NetBSD: main.c,v 1.27 2007/08/12 17:51:36 joerg Exp $  */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -8,7 +8,7 @@
 #include <sys/cdefs.h>
 #endif
 #ifndef lint
-__RCSID("$NetBSD: main.c,v 1.26 2007/08/12 16:47:17 joerg Exp $");
+__RCSID("$NetBSD: main.c,v 1.27 2007/08/12 17:51:36 joerg Exp $");
 #endif
 
 /*
@@ -713,7 +713,7 @@
                                rc = match_local_files(cwd, use_default_sfx, basep, lspattern, cwd);
                        if (rc == -1)
                                errx(EXIT_FAILURE, "Error from match_local_files(\"%s\", \"%s\", ...)",
-                                    cwd, base);
+                                    cwd, basep);
 
                        argv++;
                }



Home | Main Index | Thread Index | Old Index