Updates
-Erik
This commit is contained in:
parent
5e1b2ca116
commit
9ffdaa647e
24 changed files with 483 additions and 414 deletions
|
@ -84,7 +84,7 @@ extern int ln_main(int argc, char **argv)
|
|||
exit FALSE;
|
||||
}
|
||||
|
||||
linkIntoDirFlag = isDirectory(linkName, TRUE);
|
||||
linkIntoDirFlag = isDirectory(linkName, TRUE, NULL);
|
||||
|
||||
if ((argc > 3) && !linkIntoDirFlag) {
|
||||
fprintf(stderr, not_a_directory, "ln", linkName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue