Single quote values in show_parms() in linuxrc.s390 (#681219)
On 09/01/11 19:26, Brian C. Lane wrote:
On Thu, Sep 01, 2011 at 12:56:04PM -0400, David Cantrell wrote:
+ [ "$PEERID" ]&& echo "PEERID='$PEERID'"
+ [ "$CTCPROT" ]&& echo "CTCPROT='$CTCPROT'"
if [ -n "$mmtu_was_set" ]; then
echo "MMTU="$MMTU""
Any particular reason why this is double quoted instead of single? Seems
like a good time to make it consistent.
No reason other than oversight. I'll change this one to single quotes
as well.
Thanks,
--
David Cantrell <dcantrell@redhat.com>
Supervisor, Installer Engineering Team
Red Hat, Inc. | Westford, MA | EST5EDT
_______________________________________________
Anaconda-devel-list mailing list
Anaconda-devel-list@redhat.com
https://www.redhat.com/mailman/listinfo/anaconda-devel-list
|