blob: bb0d36c0ef15962b2aad67bb64a301d1c0c653a7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- ./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;
|