head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.09.23.19.44.03;	author glarkin;	state dead;
branches;
next	1.1;

1.1
date	2009.04.21.20.24.36;	author glarkin;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Removed www/cakephp and www/cakephp-devel after repocopy

PR:		ports/138899
PR:		ports/138900
Feature safe:	yes
@
text
@--- ./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;
@


1.1
log
@- Forgot to "cvs add" new patch file
@
text
@@

