From b0c964d4d9c527f251c30addaad4562e3341fef0 Mon Sep 17 00:00:00 2001 From: Alex Rock Ancelet Date: Thu, 28 May 2020 23:11:14 +0200 Subject: [PATCH] Don't use "reapath" in binary for cross-compatibility --- bin/pest | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/pest b/bin/pest index 9b66a2b6..5ff4eea1 100755 --- a/bin/pest +++ b/bin/pest @@ -1,6 +1,7 @@ #!/usr/bin/env php register(); + (new Provider())->register(); $rootPath = getcwd();