koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] CVS: koha/acqui.simple z3950-daemon-launch.sh,1.1.2.2,1.1.2.3


From: Steve Tonnesen
Subject: [Koha-cvs] CVS: koha/acqui.simple z3950-daemon-launch.sh,1.1.2.2,1.1.2.3
Date: Wed, 26 Jun 2002 12:56:59 -0700

Update of /cvsroot/koha/koha/acqui.simple
In directory usw-pr-cvs1:/tmp/cvs-serv5675

Modified Files:
      Tag: rel-1-2
        z3950-daemon-launch.sh 
Log Message:
Bug fix.  Single quotes were causing $KohaZ3950Shell variable to not get
expanded


Index: z3950-daemon-launch.sh
===================================================================
RCS file: /cvsroot/koha/koha/acqui.simple/z3950-daemon-launch.sh,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -r1.1.2.2 -r1.1.2.3
*** z3950-daemon-launch.sh      26 Jun 2002 16:25:51 -0000      1.1.2.2
--- z3950-daemon-launch.sh      26 Jun 2002 19:56:57 -0000      1.1.2.3
***************
*** 36,40 ****
  fi
  
! su -s /bin/sh -c '$KohaZ3950Shell &' - $RunAsUser &
  
  exit
--- 36,40 ----
  fi
  
! su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser &
  
  exit
***************
*** 42,45 ****
--- 42,49 ----
  #--------------
  # $Log$
+ # Revision 1.1.2.3  2002/06/26 19:56:57  tonnesen
+ # Bug fix.  Single quotes were causing $KohaZ3950Shell variable to not get
+ # expanded
+ #
  # Revision 1.1.2.2  2002/06/26 16:25:51  amillar
  # Make directory variable name more explanatory




reply via email to

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