Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrfai committed Jun 24, 2022
1 parent 0fe5455 commit a71617d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/fcopy
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ sub copy_one {

# handle broken symlink
unless (stat($sourcefile)) {
ewarn "$sourcefile is a broken symlink\n";
ewarn("$sourcefile is a broken symlink\n");
return;
}

Expand Down

0 comments on commit a71617d

Please sign in to comment.