From 2acee2188a57da712171ddccc4c88a87e0e1564f Mon Sep 17 00:00:00 2001 From: cphillip Date: Fri, 14 Jun 2002 16:26:19 +0000 Subject: [PATCH] o Add argument passing through the shell script. --- setup/setup-openssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/setup-openssh b/setup/setup-openssh index a7935ef..8895ae8 100755 --- a/setup/setup-openssh +++ b/setup/setup-openssh @@ -1,8 +1,8 @@ -#! /bin/sh +#!/bin/sh if [ "$GLOBUS_LOCATION" = "" ]; then echo "Set GLOBUS_LOCATION before running this script" exit 1 fi -perl $GLOBUS_LOCATION/setup/gsi_openssh_setup/setup-openssh.pl +perl $GLOBUS_LOCATION/setup/gsi_openssh_setup/setup-openssh.pl $* -- 2.45.2