Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
joncampbell123 committed Oct 14, 2020
1 parent 3ded9ec commit 480d8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-binary-packup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@

# build the list
my $list = '',$fn;
open(XX,"for i in bin dos86s dos86l dos86m dos86c dos86h dos86t d9886s d9886l d9886m d9886c d9886h d9886t dos386f win32 win300l win302l win312l win313l win32s3 winnt \*.com \*.exe \*.dlm \*.sys; do find -iname \$i; done |") || die;
open(XX,"for i in bin final dos86s dos86l dos86m dos86c dos86h dos86t d9886s d9886l d9886m d9886c d9886h d9886t dos386f win32 win300l win302l win312l win313l win32s3 winnt \*.com \*.exe \*.dlm \*.sys; do find -iname \$i; done |") || die;
while ($fn = <XX>) {
chomp $fn;
$fn =~ s/^\.\///; # find puts ./ in front, remove it
Expand Down

0 comments on commit 480d8fb

Please sign in to comment.