ports/www/cakephp13/files/patch-cake__console__cake
Martin Wilke 18822a985c - Update to 1.3.13
PR:		162289
Submitted by:	Christoph Theis <theis@gmx.at> (maintainer)
2011-11-05 18:25:46 +00:00

15 lines
423 B
Text

--- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200
+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
################################################################################
#
# Bake is a shell script for running CakePHP bake script
@@ -31,4 +31,4 @@
exec php -q ${LIB}cake.php -working "${APP}" "$@"
-exit;
\ No newline at end of file
+exit;