From 08acf5c407242344b0047b8040900f52df620dde Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Thu, 11 Mar 2010 09:42:07 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_7_3_0'. --- www/cakephp2/files/patch-cake__console__cake | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 www/cakephp2/files/patch-cake__console__cake (limited to 'www/cakephp2/files/patch-cake__console__cake') 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; -- cgit v1.2.3