Skip to content

Commit

Permalink
Add missing option to LINC target runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Frits Sweijen committed Sep 17, 2023
1 parent df51838 commit e33141b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/run_LINC_target.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [[ $1 == "-h" || $1 == "--help" ]]; then
exit 0
fi

while getopts ":d:s:r:l:b:" opt; do
while getopts ":d:s:r:l:b:c:" opt; do
case $opt in
d) DATADIR="$OPTARG"
;;
Expand Down

0 comments on commit e33141b

Please sign in to comment.