1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 18:02:13 +02:00

* bootstrap: Export CVS_RSH separate from its assignment, to work

even with Solaris 10's /bin/sh.  Suggestion from Mark D. Baushke.
This commit is contained in:
Jim Meyering
2006-09-08 19:28:46 +00:00
parent 5c81574ed5
commit 262296271d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-09-08 Jim Meyering <jim@meyering.net>
* bootstrap: Export CVS_RSH separate from its assignment, to work
even with Solaris 10's /bin/sh. Suggestion from Mark D. Baushke.
2006-09-08 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: tail now ignores the -f option if POSIXLY_CORRECT is set,

View File

@@ -137,7 +137,7 @@ case ${GNULIB_SRCDIR--} in
esac
case $CVS_RSH in
'') export CVS_RSH=ssh;;
'') CVS_RSH=ssh; export CVS_RSH;;
esac
trap cleanup_gnulib 1 2 13 15