tsmall fix to gitzone shell for bash compatibility - gitzone - git-based zone management tool for static and dynamic domains
HTML git clone https://git.parazyd.org/gitzone
DIR Log
DIR Files
DIR Refs
---
DIR commit be1f7b0042af65cc88c214eda058083596620f86
DIR parent d0c04ae88fc01908b2c04bac5d03a288d1f608a6
HTML Author: Jaromil <jaromil@dyne.org>
Date: Wed, 10 Jul 2013 14:17:33 +0200
small fix to gitzone shell for bash compatibility
Diffstat:
M bin/gitzone-shell | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/bin/gitzone-shell b/bin/gitzone-shell
t@@ -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
}