gitzone

git-based zone management tool for static and dynamic domains
git clone https://git.parazyd.org/gitzone
Log | Files | Refs

commit be1f7b0042af65cc88c214eda058083596620f86
parent d0c04ae88fc01908b2c04bac5d03a288d1f608a6
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 10 Jul 2013 14:17:33 +0200

small fix to gitzone shell for bash compatibility

Diffstat:
Mbin/gitzone-shell | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gitzone-shell b/bin/gitzone-shell @@ -33,7 +33,7 @@ gitzone=/usr/bin/gitzone git=/usr/bin/git grep=/bin/grep -function error { +error() { echo "fatal: What do you think I am? A shell?" exit 128 }