From: cphillip Date: Wed, 23 Jan 2002 18:41:53 +0000 (+0000) Subject: o Alter environment variables statement to be more compatible with X-Git-Tag: OPENSSH_3_0_2P1~12 X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/commitdiff_plain/79d118e567fa96179efb174d7e516a5ff31a7f21 o Alter environment variables statement to be more compatible with bourne-style shells. --- diff --git a/setup/setup-openssh.pl b/setup/setup-openssh.pl index c3bb316..8c31cd1 100644 --- a/setup/setup-openssh.pl +++ b/setup/setup-openssh.pl @@ -376,12 +376,12 @@ print "\n"; print "You are required to set the following variables in your environment\n"; print "to ensure that the gsi_ssh package works correctly:\n"; print "\n"; -print "\$GSI_SCP_LOC = \"${bindir}/scp.real\"\n"; -print "\$GSI_SFTP_LOC = \"${bindir}/sftp.real\"\n"; -print "\$GSI_SSH_LOC = \"${bindir}/ssh\"\n"; -print "\$GSI_SSHD_LOC = \"${sbindir}/sshd.real\"\n"; -print "\$GSI_SSH_CONFIG_LOC = \"${sysconfdir}/ssh_config\"\n"; -print "\$GSI_SSHD_CONFIG_LOC = \"${sysconfdir}/sshd_config\"\n"; +print "\GSI_SCP_LOC=\"${bindir}/scp.real\"\n"; +print "\GSI_SFTP_LOC=\"${bindir}/sftp.real\"\n"; +print "\GSI_SSH_LOC=\"${bindir}/ssh\"\n"; +print "\GSI_SSHD_LOC=\"${sbindir}/sshd.real\"\n"; +print "\GSI_SSH_CONFIG_LOC=\"${sysconfdir}/ssh_config\"\n"; +print "\GSI_SSHD_CONFIG_LOC=\"${sysconfdir}/sshd_config\"\n"; print "---------------------------------------------------------------\n"; #