From 50e86f9d3fcba575fce246d365c4096a726c4c17 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 1 Jun 2009 20:21:06 +0000 Subject: [PATCH] define OSRF_HOSTNAME globally to prevent 'unbound variable' error git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@1710 9efc2488-bf62-4759-914b-345cdb29e865 --- bin/osrf_ctl.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/osrf_ctl.sh.in b/bin/osrf_ctl.sh.in index b457f19..9b14865 100755 --- a/bin/osrf_ctl.sh.in +++ b/bin/osrf_ctl.sh.in @@ -20,6 +20,7 @@ exec_prefix=@exec_prefix@ OPT_ACTION="" OPT_CONFIG="" OPT_PID_DIR="" +OSRF_HOSTNAME="" # --------------------------------------------------------------------------- # Make sure we're running as the correct user -- 2.43.2