mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-09-08 12:32:42 +00:00
Fix the way bash is invoked.
Using /usr/bin/env is more portable to various *nix flavours. Fixes #2688
This commit is contained in:
parent
fe3d354b61
commit
5713cd3269
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
################################################################################
|
||||
#
|
||||
# Bake is a shell script for running CakePHP bake script
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue