mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Use USE_GITHUB - Fix patch file Changes: https://github.com/cakephp/cakephp/commits/1.3 PR: ports/184332 Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
8 lines
312 B
Text
8 lines
312 B
Text
--- cake/console/cake.orig 2013-11-27 16:28:16.000000000 +0100
|
|
+++ cake/console/cake 2013-11-27 16:28:29.000000000 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/bin/sh
|
|
################################################################################
|
|
#
|
|
# Bake is a shell script for running CakePHP bake script
|