From bad560c81296408c539da798f4f589f5fae4f723 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Sat, 25 Oct 2014 23:22:54 +0200
Subject: [PATCH] vcsh: FIX fatal()

---
 vcsh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vcsh b/vcsh
index af67e18..faba42c 100755
--- a/vcsh
+++ b/vcsh
@@ -24,7 +24,7 @@ SELF=$(basename $0)
 
 fatal() {
 	echo "$SELF: fatal: $1" >&2
-	[ -z $2] && exit 1
+	[ -z $2 ] && exit 1
 	exit $2
 }
 
-- 
GitLab