From 1d425d41b47d9a23db263e1494212095ff822205 Mon Sep 17 00:00:00 2001 From: tonnesen Date: Wed, 26 Jun 2002 19:56:57 +0000 Subject: [PATCH] Bug fix. Single quotes were causing $KohaZ3950Shell variable to not get expanded --- acqui.simple/z3950-daemon-launch.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/acqui.simple/z3950-daemon-launch.sh b/acqui.simple/z3950-daemon-launch.sh index 62f7eb3da6..68ae681666 100755 --- a/acqui.simple/z3950-daemon-launch.sh +++ b/acqui.simple/z3950-daemon-launch.sh @@ -35,12 +35,16 @@ then exit 1 fi -su -s /bin/sh -c '$KohaZ3950Shell &' - $RunAsUser & +su -s /bin/sh -c $KohaZ3950Shell - $RunAsUser & exit #-------------- # $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 # -- 2.39.5