]> andersk Git - gssapi-openssh.git/blobdiff - setup/setup-openssh
o Just in case check-in to bring all exits in-line with a standard exit
[gssapi-openssh.git] / setup / setup-openssh
index a7935ef8565d8889ef613941cf58b7730357625c..8895ae85885fb1b93a2e3b41e4d445191cb7873c 100755 (executable)
@@ -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 $*
This page took 0.033098 seconds and 4 git commands to generate.