This commit is contained in:
2025-05-12 14:25:25 +02:00
parent ab2db755ef
commit 9e378ca2b7
2719 changed files with 46505 additions and 60181 deletions

4
vendor/bin/sail vendored Normal file → Executable file
View File

@@ -12,7 +12,7 @@ if [ -z "$self" ]; then
self="$selfArg"
fi
dir=$(cd "${self%[/\\]*}" > /dev/null; cd ../laravel/sail/bin && pwd)
dir=$(cd "${self%[/\\]*}" > /dev/null; cd '../laravel/sail/bin' && pwd)
if [ -d /proc/cygdrive ]; then
case $(which php) in
@@ -34,4 +34,4 @@ if [ -n "$bashSource" ]; then
fi
fi
"${dir}/sail" "$@"
exec "${dir}/sail" "$@"