We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 499fec9 + 68d489b commit bacac73Copy full SHA for bacac73
scripts/pmgr
@@ -18,6 +18,6 @@ if [[ -n $1 && ! $1 =~ '--' ]]; then
18
HUTCH=$1
19
shift
20
else
21
- HUTCH=`get_hutch_name`
+ HUTCH=$(get_hutch_name)
22
fi
23
-/reg/g/pcds/pyps/config/${HUTCH}/pmgr/pmgr --type ims_motor --hutch ${HUTCH} $@ &
+/reg/g/pcds/pyps/config/"${HUTCH}"/pmgr/pmgr --type ims_motor --hutch "${HUTCH}" "$@" &
0 commit comments