From a33f5159fbb1fd3f58b53691994139e70d410817 Mon Sep 17 00:00:00 2001 From: CedarLUG Date: Mon, 12 Sep 2016 14:44:15 -0500 Subject: [PATCH] Quote around directory --- lgsm/functions/command_postdetails.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index e9bd5f36c..dbf4fd772 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -45,7 +45,7 @@ postexpire="${postexpire="1W"}" # for the variable "postdetails" to be defined. -CedarLUG # source all of the functions defined in the details command -. ${functionsdir}/command_details.sh +. "${functionsdir}"/command_details.sh fn_bad_tmpfile() { echo "There was a problem creating a temporary file ${tmpfile}."