mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-06 10:32:58 +00:00
suppress unwanted shell expansion
This commit is contained in:
parent
54416e9d71
commit
645505004e
@ -95,7 +95,7 @@ done
|
||||
if [ "x${source}" = x ] ; then
|
||||
tmpfile=`mktemp`
|
||||
while read REPLY; do
|
||||
echo $REPLY >> ${tmpfile}
|
||||
echo "$REPLY" >> ${tmpfile}
|
||||
done
|
||||
source=${tmpfile}
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user