merge with mainline
This commit is contained in:
commit
7925f8e9cf
170 changed files with 34663 additions and 3738 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash -e
|
||||
#! /bin/sh -e
|
||||
|
||||
# Run GRUB script in a Qemu instance
|
||||
# Copyright (C) 2009,2010 Free Software Foundation, Inc.
|
||||
|
@ -94,7 +94,7 @@ done
|
|||
|
||||
if [ "x${source}" = x ] ; then
|
||||
tmpfile=`mktemp`
|
||||
while read; do
|
||||
while read REPLY; do
|
||||
echo $REPLY >> ${tmpfile}
|
||||
done
|
||||
source=${tmpfile}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue