Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188903
b: refs/heads/master
c: 3a4df13
h: refs/heads/master
i:
  188901: 99de9fc
  188899: 73cddd6
  188895: 5a8dad1
v: v3
  • Loading branch information
Wolfram Sang authored and Linus Torvalds committed Mar 24, 2010
1 parent 86157a4 commit 665b60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1d53661d26aa779dcd74f8a1c5a94e181cc101d8
refs/heads/master: 3a4df13d2420ae1998e5c7d26275f8714e84da30
2 changes: 1 addition & 1 deletion trunk/scripts/get_maintainer.pl
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@
my $file_cnt = @files;
my $lastfile;

open(my $patch, '<', $file)
open(my $patch, "< $file")
or die "$P: Can't open $file: $!\n";
while (<$patch>) {
my $patch_line = $_;
Expand Down

0 comments on commit 665b60c

Please sign in to comment.