suppress unwanted shell expansion
This commit is contained in:
parent
54416e9d71
commit
645505004e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue