aboutsummaryrefslogtreecommitdiffstats
path: root/fix_eol
diff options
context:
space:
mode:
Diffstat (limited to 'fix_eol')
-rwxr-xr-xfix_eol2
1 files changed, 2 insertions, 0 deletions
diff --git a/fix_eol b/fix_eol
index ea14c29..7158713 100755
--- a/fix_eol
+++ b/fix_eol
@@ -25,6 +25,8 @@ find(\&convert, $buildroot);
sub convert {
# skip everything but files
return unless -f $_;
+ # skip symlinks
+ return if -l $_;
# skip binary files
return unless -T $_;
# skip excluded files