summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-09-08 19:28:46 +0000
committerJim Meyering <jim@meyering.net>2006-09-08 19:28:46 +0000
commit262296271d6f5f178c54ae4b9a4186050acb3efa (patch)
treef66da9944ae8408dbf2ff862e6b09a5afbbc8303 /bootstrap
parent5c81574ed52d294a58617c9bb8b86fb0caa1f71e (diff)
downloadcoreutils-262296271d6f5f178c54ae4b9a4186050acb3efa.tar.xz
* bootstrap: Export CVS_RSH separate from its assignment, to work
even with Solaris 10's /bin/sh. Suggestion from Mark D. Baushke.
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index d4f65142e..b4eec8985 100755
--- a/bootstrap
+++ b/bootstrap
@@ -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