1
0
mirror of https://github.com/sstephenson/bats.git synced 2024-11-17 11:42:33 +01:00

Fix bin/bats to correctly call ../libexec/bats when pwd is not the current directory and parameters are passed.

This commit is contained in:
Jonathan DAndries 2017-09-15 10:23:57 -05:00
parent 03608115df
commit 88fd816ee1

View File

@ -1 +1 @@
../libexec/bats $(dirname $0)/../libexec/bats "$@"