Skip to content
Snippets Groups Projects
Commit 40754e22 authored by Charles Plessy's avatar Charles Plessy
Browse files

Allow overriding BT to test bedtools from other paths.

In order to test bedtools after it is installed in /usr/bin, it is needed
to override the BT variable in the shell scripts of the test suite.
The following change achieves it in compliance with POSIX (tested with dash).

-BT=../../bin/bedtools
+BT=${BT-../../bin/bedtools}
parent d745b05e
No related branches found
No related tags found
No related merge requests found
Showing
with 18 additions and 18 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment