Check for special name "(local)" to mean "."
commit238d32ce8acb01c7533c48a22779d8748fa60eb5
authorDJ Delorie <dj@delorie.com>
Sun, 12 Dec 2010 04:47:00 +0000 (11 23:47 -0500)
committerDJ Delorie <dj@delorie.com>
Sun, 12 Dec 2010 04:47:00 +0000 (11 23:47 -0500)
treea418528988d71174073da83f10dac663e62bf450
parent82659182e02012ffc0c7b90a8055cf007a9f33ad
Check for special name "(local)" to mean "."

When expanding a tree of footprints, we want the symbolic name
"(local)" to mean the "." subdir.  Now that we check for chdir()
failures, we can no longer "just work" because the chdir didn't
change directories.
src/file.c