Skip to content

Commit

Permalink
Remove spurious '
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Mar 18, 2024
1 parent f2a2720 commit 98d4929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/run_LINC_calibrator_HBA.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ while getopts ":d:s:r:l:b:e:" opt; do
;;
l) LINC_DATA_ROOT="$OPTARG"
;;
e) EXTRAOPTS="$OPTARG'"
e) EXTRAOPTS="$OPTARG"
;;
\?) echo "Invalid option -$OPTARG" >&2
echo
Expand Down

0 comments on commit 98d4929

Please sign in to comment.