Skip to content

Commit

Permalink
Fixed using always elb.tsv on get_data.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmke-de committed Dec 24, 2021
1 parent 543cef6 commit 7776e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ done
test -z $infile && echo "No input file." >> /dev/stderr && exit 1

echo "Using $infile to make Verse/Selector $outfile..." >> /dev/stderr
get_data select.sh > $outfile
get_data select.sh | sed "s/elb.tsv/$infile/g" > $outfile
echo 'exit 0' >> $outfile
echo '#EOF' >> $outfile
tar cz $infile >> $outfile
Expand Down

0 comments on commit 7776e76

Please sign in to comment.