opnsense-ports/www/cakephp21/files/patch-cake__console__cake
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

13 lines
398 B
Text

--- lib/Cake/Console/cake.orig 2012-02-20 19:44:50.000000000 +0100
+++ lib/Cake/Console/cake 2012-02-20 19:45:27.000000000 +0100
@@ -1,4 +1,4 @@
-#!/usr/bin/env bash
+#!/bin/sh
################################################################################
#
# Bake is a shell script for running CakePHP bake script
@@ -31,3 +31,4 @@
exec php -q "$LIB"cake.php -working "$APP" "$@"
exit;
+