diff --git a/iocBoot/iocxxx/softioc/xxx.pl b/iocBoot/iocxxx/softioc/xxx.pl index 7b202bb..4a0db63 100755 --- a/iocBoot/iocxxx/softioc/xxx.pl +++ b/iocBoot/iocxxx/softioc/xxx.pl @@ -80,6 +80,9 @@ BEGIN $ENV{PROCSERV}="/APSshare/bin/procServ"; $ENV{NETCAT}="nc"; $ENV{ECHO}="echo"; + + # Remove EPICS 7.0.8 history + $ENV{EPICS_IOCSH_HISTFILE}=""; }