From 205af933b090fa8861e21a02ddbf6cad99efca27 Mon Sep 17 00:00:00 2001 From: AndyF Date: Thu, 23 Jul 2026 12:25:14 +0100 Subject: [PATCH] Use `env` to locate the bash binary --- commands/host/claude-update | 2 +- commands/web/claude | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commands/host/claude-update b/commands/host/claude-update index 2429749..c7f4ab7 100644 --- a/commands/host/claude-update +++ b/commands/host/claude-update @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #ddev-generated ## Description: Check for and optionally apply Claude Code updates diff --git a/commands/web/claude b/commands/web/claude index 828b55e..d3282e0 100755 --- a/commands/web/claude +++ b/commands/web/claude @@ -1,5 +1,5 @@ #ddev-generated -#!/bin/bash +#!/usr/bin/env bash ## Description: Claude Code! ## Usage: claude