mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 06:40:50 +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
|
if [ "x${source}" = x ] ; then
|
||||||
tmpfile=`mktemp`
|
tmpfile=`mktemp`
|
||||||
while read REPLY; do
|
while read REPLY; do
|
||||||
echo $REPLY >> ${tmpfile}
|
echo "$REPLY" >> ${tmpfile}
|
||||||
done
|
done
|
||||||
source=${tmpfile}
|
source=${tmpfile}
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user