Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151048
b: refs/heads/master
c: 529273c
h: refs/heads/master
v: v3
  • Loading branch information
Grant Likely authored and Benjamin Herrenschmidt committed Jun 15, 2009
1 parent 7d34a78 commit 7b3564e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7dafd239ab522d38979ebe44d79aa68ad7b1a383
refs/heads/master: 529273c1ad5f591d066a9d90a6bd6affa19c5461
3 changes: 3 additions & 0 deletions trunk/arch/powerpc/boot/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
# $5 and more - kernel boot files; zImage*, uImage, cuImage.*, etc.
#

# Bail with error code if anything goes wrong
set -e

# User may have a custom install script

if [ -x ~/bin/${CROSS_COMPILE}installkernel ]; then exec ~/bin/${CROSS_COMPILE}installkernel "$@"; fi
Expand Down

0 comments on commit 7b3564e

Please sign in to comment.