[ovs-git] Open vSwitch: Use `pwd` in place of $PWD, treewide. (master)

dev at openvswitch.org dev at openvswitch.org
Tue Mar 13 16:45:40 UTC 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  37d034580ad38d61f81559a5cd03d11b5468762a (commit)
      from  4807bca9553b47e4213a85740b02ceff7f71aa6b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 37d034580ad38d61f81559a5cd03d11b5468762a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=37d034580ad38d61f81559a5cd03d11b5468762a
Author: Ben Pfaff <blp at nicira.com>
		
Use `pwd` in place of $PWD, treewide.
		
The Autoconf manual says:

     Posix 1003.1-2001 requires that `cd' and `pwd' must update the
     `PWD' environment variable to point to the logical name of the
     current directory, but traditional shells do not support this.
     This can cause confusion if one shell instance maintains `PWD' but
     a subsidiary and different shell does not know about `PWD' and
     executes `cd'; in this case `PWD' points to the wrong directory.
     Use ``pwd`' rather than `$PWD'.

so this commit replaces all uses of $PWD by `pwd`.

Reported-by: Justin Pettit <jpettit at nicira.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 rhel/openvswitch-kmod-rhel5.spec.in |    4 ++--
 rhel/openvswitch-kmod-rhel6.spec.in |    4 ++--
 tests/daemon.at                     |   16 ++++++++--------
 tests/interface-reconfigure.at      |    4 ++--
 tests/jsonrpc.at                    |    6 +++---
 tests/ofproto-macros.at             |    6 +++---
 tests/ovs-vsctl.at                  |    2 +-
 tests/ovsdb-idl.at                  |    4 ++--
 tests/ovsdb-monitor.at              |    6 +++---
 tests/ovsdb-server.at               |   34 +++++++++++++++++-----------------
 tests/ovsdb-tool.at                 |   12 ++++++------
 tests/unixctl-py.at                 |   14 +++++++-------
 utilities/ovs-pki.in                |    4 ++--
 13 files changed, 58 insertions(+), 58 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list