diff options
Diffstat (limited to 'src/commit.c')
-rw-r--r-- | src/commit.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/commit.c b/src/commit.c index 1221e37..3b4d9d3 100644 --- a/src/commit.c +++ b/src/commit.c @@ -289,6 +289,11 @@ static boolean validate_dir_for_commit() continue; } + if (strcmp(uename,"def") == 0) { + ret = TRUE; + continue; + } + push_path(&m_path, uename); /* PUSH 3 */ if (lstat(m_path.path, &statbuf) < 0) { printf("Can't read directory %s\n", |