merge with mainline

This commit is contained in:
BVK Chaitanya 2010-07-11 21:14:18 +05:30
commit 7925f8e9cf
170 changed files with 34663 additions and 3738 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}