]> andersk Git - gssapi-openssh.git/blame - openssh/gpt/setup/setup-openssh
More fixes for strict C compliation.
[gssapi-openssh.git] / openssh / gpt / setup / setup-openssh
CommitLineData
2f855b40 1#!/bin/sh
2
3if [ "$GLOBUS_LOCATION" = "" ]; then
4 echo "Set GLOBUS_LOCATION before running this script"
5 exit 1
6fi
7
8perl $GLOBUS_LOCATION/setup/gsi_openssh_setup/setup-openssh.pl $*
This page took 0.063721 seconds and 5 git commands to generate.