From 053e7611f34d78a960b9b4cf031a724106a1bc2d Mon Sep 17 00:00:00 2001
From: Keenan Lang <klang@aps.anl.gov>
Date: Tue, 13 Dec 2016 16:56:03 -0600
Subject: [PATCH] Substituion pattern still had P macro

---
 iocBoot/iocxxx/substitutions/autoShutter.substitutions | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/iocBoot/iocxxx/substitutions/autoShutter.substitutions b/iocBoot/iocxxx/substitutions/autoShutter.substitutions
index 5929a43..ba36db8 100644
--- a/iocBoot/iocxxx/substitutions/autoShutter.substitutions
+++ b/iocBoot/iocxxx/substitutions/autoShutter.substitutions
@@ -14,7 +14,7 @@ pattern
 file "$(STD)/stdApp/Db/countDownTimer.vdb"
 {
 pattern
-{P           N}
+{N}
 {1}
 {2}
 }
@@ -22,6 +22,6 @@ pattern
 file "$(STD)/stdApp/Db/alarmClock.vdb"
 {
 pattern
-{P           N}
+{N}
 {1}
 }
-- 
GitLab