]> andersk Git - gssapi-openssh.git/commitdiff
Shell script that starts setup-openssh.pl, located in the globus setup
authorcphillip <cphillip>
Thu, 10 Jan 2002 13:56:17 +0000 (13:56 +0000)
committercphillip <cphillip>
Thu, 10 Jan 2002 13:56:17 +0000 (13:56 +0000)
directory.

setup/setup-openssh [new file with mode: 0755]

diff --git a/setup/setup-openssh b/setup/setup-openssh
new file mode 100755 (executable)
index 0000000..252cc72
--- /dev/null
@@ -0,0 +1,8 @@
+#! /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
This page took 0.182533 seconds and 5 git commands to generate.