merge with mainline

This commit is contained in:
BVK Chaitanya 2010-07-11 18:10:53 +05:30
commit 09e06f8e75
163 changed files with 34334 additions and 3708 deletions

View file

@ -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}