All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Harper <ryanh@us.ibm.com>
To: Stefan Berger <stefanb@us.ibm.com>
Cc: xen-devel@lists.xensource.com, ewan@xensource.com
Subject: Re: [PATCH] [vTPM] Script fixes for bash under FC5
Date: Mon, 17 Apr 2006 15:20:56 -0500	[thread overview]
Message-ID: <20060417202056.GO16776@us.ibm.com> (raw)
In-Reply-To: <1145303685.23141.4.camel@localhost.localdomain>

* Stefan Berger <stefanb@us.ibm.com> [2006-04-17 14:56]:
> +	instance=$(cat $VTPMDB |                   \
>  	          awk -vvmname=$vmname             \

Any reason you use awk here

> +		instances=$(cat $VTPMDB |                \
>  		           gawk                          \

and gawk just about everywhere else?

> -	instances=`cat $VTPMDB |                 \
> +	instances=$(cat $VTPMDB |                \

> +	res=$(cat $VTPMDB |            \
>  	     gawk -vvmname=$vmname     \

> +	$(cat $VTPMDB |            \
>  	 gawk -vvmname=$vmname     \


# grep -n awk /etc/xen/scripts/vtpm-common.sh
64:               awk -vvmname=$vmname             \
90:                        gawk                          \
114:               gawk                          \
167:         gawk -vvmname=$vmname     \
200:     gawk -vvmname=$vmname     \


-- 
Ryan Harper
Software Engineer; Linux Technology Center
IBM Corp., Austin, Tx
(512) 838-9253   T/L: 678-9253
ryanh@us.ibm.com

  reply	other threads:[~2006-04-17 20:20 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-04-17 19:54 [PATCH] [vTPM] Script fixes for bash under FC5 Stefan Berger
2006-04-17 20:20 ` Ryan Harper [this message]
2006-04-19 21:55 ` Ewan Mellor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060417202056.GO16776@us.ibm.com \
    --to=ryanh@us.ibm.com \
    --cc=ewan@xensource.com \
    --cc=stefanb@us.ibm.com \
    --cc=xen-devel@lists.xensource.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.