From 88fd816ee10f568bdad9efe9201bf3ad7a82db32 Mon Sep 17 00:00:00 2001 From: Jonathan DAndries Date: Fri, 15 Sep 2017 10:23:57 -0500 Subject: [PATCH] Fix bin/bats to correctly call ../libexec/bats when pwd is not the current directory and parameters are passed. --- bin/bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/bats b/bin/bats index a50a884e..538874e8 120000 --- a/bin/bats +++ b/bin/bats @@ -1 +1 @@ -../libexec/bats \ No newline at end of file +$(dirname $0)/../libexec/bats "$@"