mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c1a43345ca
Submitted by: Makoto MATSUSHITA <matusita@jp.freebsd.org>
12 lines
258 B
Plaintext
12 lines
258 B
Plaintext
--- src/glob.c.dist Tue Oct 5 11:54:42 1999
|
|
+++ src/glob.c Thu Oct 21 19:51:03 1999
|
|
@@ -107,7 +107,7 @@
|
|
|
|
fixpath(v);
|
|
if (v[0] == '\0')
|
|
- v = "*";
|
|
+ v = ".";
|
|
else if ((strlen(v) > 1) && (v[strlen(v) - 1] == '/'))
|
|
v[strlen(v) - 1] = '\0';
|
|
|