dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] pnetlib/samples ilrun.sh.in,1.7,1.8


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] pnetlib/samples ilrun.sh.in,1.7,1.8
Date: Fri, 31 Oct 2003 23:42:35 +0000

Update of /cvsroot/dotgnu-pnet/pnetlib/samples
In directory subversions:/tmp/cvs-serv13215/samples

Modified Files:
        ilrun.sh.in 
Log Message:


Detect ssh accounts in a better way; make sure that SSH_CLIENT is properly
exported with older versions of bash.


Index: ilrun.sh.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnetlib/samples/ilrun.sh.in,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** ilrun.sh.in 8 Oct 2003 07:37:05 -0000       1.7
--- ilrun.sh.in 31 Oct 2003 23:42:32 -0000      1.8
***************
*** 22,25 ****
--- 22,31 ----
  ILRUN="@ILRUN@"
  
+ # Make sure that SSH_CLIENT is exported, because older versions of
+ # bash do not properly export it.
+ if test -n "$SSH_CLIENT" ; then
+       export SSH_CLIENT
+ fi
+ 
  # Run the engine, with the assembly paths set correctly.
  exec "$ILRUN" -L../runtime -L../I18N -L../DotGNU.SSL -L../DotGNU.Images 
-L../System -L../System.Xml -L../Xsharp -L../Xsharp/.libs -L../System.Drawing 
-L../System.Drawing.Xsharp -L../System.Drawing.Postscript 
-L../System.Windows.Forms -L../JScript -L../Basic -L../compat 
-L../System.Net.IrDA -L../SharpZipLib $*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]