diff options
Diffstat (limited to 'coreutils/ln.c')
-rw-r--r-- | coreutils/ln.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ln.c b/coreutils/ln.c index bc51cb0d5..0715bfaed 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c @@ -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); |