We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0c4d46 commit 750e601Copy full SHA for 750e601
build/run-tap
@@ -1,6 +1,6 @@
1
#!/usr/bin/env bash
2
if [ "$#" == 5 ]; then
3
- arg="${@:0:4} ${BASH_ARGV[1]}/${BASH_ARGV[0]}"
+ arg="${@:1:3} ${4}/${5}"
4
else
5
arg="${@}"
6
fi
0 commit comments