Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298221
b: refs/heads/master
c: 354fa22
h: refs/heads/master
i:
  298219: 12c0405
v: v3
  • Loading branch information
Shawn Landden authored and Michal Marek committed Mar 30, 2012
1 parent 01b2836 commit 5e65ccd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 468db96122152fad1a23fc9024523f35140e5675
refs/heads/master: 354fa22fce767ac137099c8009a411bd0499816c
4 changes: 4 additions & 0 deletions trunk/scripts/patch-kernel
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ findFile () {
ext=".bz2"
name="bzip2"
uncomp="bunzip2 -dc"
elif [ -r ${filebase}.xz ]; then
ext=".xz"
name="xz"
uncomp="xz -dc"
elif [ -r ${filebase}.zip ]; then
ext=".zip"
name="zip"
Expand Down

0 comments on commit 5e65ccd

Please sign in to comment.