Skip to content
Snippets Groups Projects
Commit bf9e1490 authored by Wayne Lewis's avatar Wayne Lewis
Browse files

Add init override option

parent d9447017
No related branches found
No related tags found
1 merge request!49Fix handling of iocInit in iocsh.bash
Pipeline #97696 passed
...@@ -316,6 +316,9 @@ function loadFiles() { ...@@ -316,6 +316,9 @@ function loadFiles() {
fi fi
echo "seq $1" echo "seq $1"
;; ;;
-i | -noinit | --noinit)
init=NO
;;
-r) -r)
shift shift
echo "require $1" echo "require $1"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment