From 79d118e567fa96179efb174d7e516a5ff31a7f21 Mon Sep 17 00:00:00 2001 From: cphillip Date: Wed, 23 Jan 2002 18:41:53 +0000 Subject: [PATCH] o Alter environment variables statement to be more compatible with bourne-style shells. --- setup/setup-openssh.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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"; # -- 2.45.2