summaryrefslogtreecommitdiff
path: root/www/cakephp2/files/patch-cake__console__cake
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:03 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2011-02-11 03:06:03 +0000
commitb36e665e56175a7588102bec06e2ac62ffff3b5e (patch)
treed8c04c2dd9d515238e6ff20e97948fc22f7f82be /www/cakephp2/files/patch-cake__console__cake
parent- Update to 1.16.2 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_8_2_0'.release/8.2.0
Notes
Notes: svn path=/head/; revision=268906 svn path=/tags/RELEASE_8_2_0/; revision=268908; tag=release/8.2.0
Diffstat (limited to 'www/cakephp2/files/patch-cake__console__cake')
-rw-r--r--www/cakephp2/files/patch-cake__console__cake21
1 files changed, 0 insertions, 21 deletions
diff --git a/www/cakephp2/files/patch-cake__console__cake b/www/cakephp2/files/patch-cake__console__cake
deleted file mode 100644
index ca268e41f821..000000000000
--- a/www/cakephp2/files/patch-cake__console__cake
+++ /dev/null
@@ -1,21 +0,0 @@
---- ./cake/console/cake.orig 2009-04-21 16:16:45.000000000 -0400
-+++ ./cake/console/cake 2009-04-21 16:16:54.000000000 -0400
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/bin/sh
- ################################################################################
- #
- # Bake is a shell script for running CakePHP bake script
-@@ -24,9 +24,9 @@
- ################################################################################
- clear
-
--LIB=${0/%cake/}
-+LIB=${0%cake}
- APP=`pwd`
-
- exec php -q ${LIB}cake.php -working "${APP}" "$@"
-
--exit;
-\ No newline at end of file
-+exit;