Skip to content
Snippets Groups Projects
Unverified Commit b4264682 authored by Pete R Jemian's avatar Pete R Jemian Committed by GitHub
Browse files

fixes #12

parent cfad0aaf
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ SELECTION=$1
if [ -z "$IOC_STARTUP_DIR" ]
then
# If no startup dir is specified, use the directory above the script's directory
IOC_STARTUP_DIR=`dirname $BASH_SOURCE`/..
IOC_STARTUP_DIR=`dirname ${SNAME}`/..
IOC_CMD="../../bin/${EPICS_HOST_ARCH}/${IOC_BINARY} st.cmd.Linux"
else
IOC_CMD="${IOC_STARTUP_DIR}/../../bin/${EPICS_HOST_ARCH}/${IOC_BINARY} ${IOC_STARTUP_DIR}/st.cmd.Linux"
......
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