Jeremy Katz
2006-Feb-22 22:04 UTC
[Xen-devel] Re: [Xen-changelog] Adding a second IP address onto eth0 causes the vif-* hotplug scripts to
On Wed, 2006-02-22 at 21:56 +0000, Xen patchbot -unstable wrote:> - ip addr show "$1" | awk "/^.*inet.*$1\$/{print \$2}" | sed ''s,/.*,,'' > + ip addr show "$1" | awk "/^.*inet.*$1\$/{print \$2}" | sed ''s,/.*,,'' | head -1As previously stated, head -1 is deprecated syntax and makes some versions of coreutils barf. Please use the more posixly correct ''head -n 1'' instead Jeremy _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel