]> andersk Git - gssapi-openssh.git/blobdiff - setup/setup-openssh
updates for 3.8 release
[gssapi-openssh.git] / setup / setup-openssh
index 252cc7226338debecaad2eb344a41fb8c1eed223..082d820764b9d028a292de18a72202b73c61f1f7 100755 (executable)
@@ -1,8 +1,10 @@
-#! /bin/sh
+#!/bin/sh
 
 if [ "$GLOBUS_LOCATION" = "" ]; then
   echo "Set GLOBUS_LOCATION before running this script"
   exit 1
 fi
 
-perl $GLOBUS_LOCATION/setup/globus/setup-openssh.pl
+. $GLOBUS_LOCATION/etc/globus-user-env.sh
+
+perl $GLOBUS_LOCATION/setup/gsi_openssh_setup/setup-openssh.pl $*
This page took 0.04028 seconds and 4 git commands to generate.