We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5d90c4 + 4d0e94a commit fe62a9bCopy full SHA for fe62a9b
.gitignore
@@ -5,13 +5,16 @@ build-aux/*
5
config.log
6
config.status
7
configure
8
+configure~
9
po/POTFILES
10
po/remove-potcdate.sed
11
+po/Makevars.template
12
Makefile
13
Makefile.in
14
src/.deps/
15
src/config.h
16
src/config.h.in
17
+src/config.h.in~
18
src/stamp-h1
19
src/*.o
20
VERSION
src/rc.c
@@ -186,7 +186,7 @@ read_rc(const char *file)
186
abs_file = NULL;
187
}
188
189
- if (options.username == NULL) {
+ if (options.username == NULL && options.netrc == 0) {
190
options.username = strdup(getenv("USER"));
191
192
0 commit comments