mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
197f88a8d6
- 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)
9 lines
312 B
Plaintext
9 lines
312 B
Plaintext
--- 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
|