From 655c7b98828f8cd92906f5a99b8cbff8294e3cf2 Mon Sep 17 00:00:00 2001 From: aberges-SLAC Date: Tue, 14 May 2024 11:46:46 -0700 Subject: [PATCH] MNT: Proper quoting for in grep_more_ioc.sh --- scripts/grep_more_ioc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/grep_more_ioc.sh b/scripts/grep_more_ioc.sh index 14bff9a4..c9451236 100755 --- a/scripts/grep_more_ioc.sh +++ b/scripts/grep_more_ioc.sh @@ -1,4 +1,4 @@ #!/usr/bin/bash # execute python script -/cds/group/pcds/pyps/conda/py39/envs/pcds-5.8.4/bin/python $ENG_TOOLS_SCRIPTS/grep_more_ioc.py "$@" +/cds/group/pcds/pyps/conda/py39/envs/pcds-5.8.4/bin/python "$ENG_TOOLS_SCRIPTS/grep_more_ioc.py" "$@"