Skip to content

Commit

Permalink
remove debug statement that slipped through
Browse files Browse the repository at this point in the history
Thanks to @jippi for pointing out this error, which originally came from
a diff provided by.. @jippi
  • Loading branch information
AD7six committed Jul 19, 2012
1 parent 3c6b509 commit c41ee9a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Console/cake
Expand Up @@ -29,7 +29,6 @@ done
LIB=$(dirname -- "$LIB")/
APP=$(dirname $(cd $(dirname $ME) && pwd))

echo $APP
exec php -q "$LIB"cake.php -working "$APP" "$@"

exit;

0 comments on commit c41ee9a

Please sign in to comment.