[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Thu Sep 15 08:32:59 MDT 2011


The branch, master has been updated
       via  397fb1a When modifying PATH, export it (for Solaris).
      from  db0443c Added "SORTED TRANSFER ORDER" manpage section.

;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 397fb1acd2833c478f1e255085422577e426e14f
Author: Wayne Davison <wayned at samba.org>
Date:   Thu Sep 15 07:27:23 2011 -0700

    When modifying PATH, export it (for Solaris).

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

Summary of changes:
 runtests.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/runtests.sh b/runtests.sh
index 43732ce..42cd866 100755
--- a/runtests.sh
+++ b/runtests.sh
@@ -129,7 +129,10 @@ RUNSHFLAGS='-e'
 export RUNSHFLAGS
 
 # for Solaris
-[ -d /usr/xpg4/bin ] && PATH="/usr/xpg4/bin/:$PATH"
+if [ -d /usr/xpg4/bin ]; then
+    PATH="/usr/xpg4/bin/:$PATH"
+    export PATH
+fi
 
 if [ "x$loglevel" != x ] && [ "$loglevel" -gt 8 ]; then
     if set -x; then


-- 
The rsync repository.


More information about the rsync-cvs mailing list