Skip to content

Commit

Permalink
Fix -e option for split directions
Browse files Browse the repository at this point in the history
  • Loading branch information
tikk3r committed Jun 10, 2024
1 parent 791ed6c commit 3572dfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runners/run_lofar-vlbi-split-directions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ if [[ $1 == "-h" || $1 == "--help" ]]; then
exit 0
fi

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

0 comments on commit 3572dfc

Please sign in to comment.