mirror of
https://git.freebsd.org/ports.git
synced 2025-06-16 10:10:31 -04:00
15 lines
423 B
Text
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;
|