merge with mainline
This commit is contained in:
commit
163dd4f7e9
63 changed files with 3999 additions and 1439 deletions
|
@ -1,4 +1,4 @@
|
|||
#! /bin/bash -e
|
||||
#! /bin/sh -e
|
||||
|
||||
# Compares GRUB script output with BASH output.
|
||||
# Copyright (C) 2009,2010 Free Software Foundation, Inc.
|
||||
|
@ -84,7 +84,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