version 1.3, 2004/10/14 13:49:36 |
version 1.4, 2004/10/31 12:11:11 |
|
|
# 2004-04-13 - created |
# 2004-04-13 - created |
# |
# |
|
|
# $Platon: scripts/shell/cvs-switch/cvs-switch.sh,v 1.2 2004/04/16 20:52:44 rajo Exp $ |
# $Platon: scripts/shell/cvs-switch/cvs-switch.sh,v 1.3 2004/10/14 13:49:36 rajo Exp $ |
|
|
# |
# |
# This code is tested on Linux, FreeBSD and Solaris |
# This code is tested on Linux, FreeBSD and Solaris |
Line 139 print_exported() |
|
Line 139 print_exported() |
|
eval "$SET_VARIABLES"; |
eval "$SET_VARIABLES"; |
print_exported "CVSROOT" "${!cvsroot}" |
print_exported "CVSROOT" "${!cvsroot}" |
print_exported "CVS_RSH" "${!cvs_rsh}" |
print_exported "CVS_RSH" "${!cvs_rsh}" |
|
print_exported "CVS_IGNORE_REMOTE_ROOT" "" |
|
|
#} # }}} |
#} # }}} |
|
|