From 30aa4ccaafb10707c8da72e734d1f59f2c528ce8 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Tue, 18 May 2010 06:32:39 -0400 Subject: [PATCH] - Renamed all php-cli scripts to use .sh extension --- bin/dumpschema.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/dumpschema.php b/bin/dumpschema.sh old mode 100644 new mode 100755 similarity index 97% rename from bin/dumpschema.php rename to bin/dumpschema.sh index b9a76e4..5afcb7c --- a/bin/dumpschema.php +++ b/bin/dumpschema.sh @@ -3,7 +3,7 @@ /* +-----------------------------------------------------------------------+ - | bin/dumpschema.php | + | bin/dumpschema.sh | | | | This file is part of the RoundCube Webmail client | | Copyright (C) 2005-2009, RoundCube Dev. - Switzerland | -- Gitblit v1.9.1