summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/lib/url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/lib/url.c b/usr.sbin/pkg_install/lib/url.c
index 7820c56..d2def97 100644
--- a/usr.sbin/pkg_install/lib/url.c
+++ b/usr.sbin/pkg_install/lib/url.c
@@ -98,7 +98,7 @@ fileGetURL(const char *base, const char *spec, int keep_package)
else
strcpy(fname, spec);
- if (keep_package) {
+ if (keep_package) {
tmp = getenv("PKGDIR");
strlcpy(pkg, tmp ? tmp : ".", sizeof(pkg));
tmp = basename(fname);
@@ -109,7 +109,7 @@ fileGetURL(const char *base, const char *spec, int keep_package)
perror("open");
return NULL;
}
- }
+ }
fetchDebug = (Verbose > 0);
if ((ftp = fetchGetURL(fname, Verbose ? "v" : NULL)) == NULL) {
OpenPOWER on IntegriCloud