From bfc8126032c1766586b124d68b71517fefe4e5ff Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Wed, 2 Aug 2006 16:18:19 +0000
Subject: [PATCH] Fixed bug in start script.

---
 script/ethercat.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/ethercat.sh b/script/ethercat.sh
index b71d2a89..e3febf77 100755
--- a/script/ethercat.sh
+++ b/script/ethercat.sh
@@ -148,7 +148,7 @@ case "$1" in
 	fi
 
 	if [ -z "$EOE_INTERFACES" ]; then
-		if [ -n "$EOE_DEVICES"]; then # support legacy sysconfig files
+		if [ -n "$EOE_DEVICES" ]; then # support legacy sysconfig files
 			EOE_INTERFACES=$EOE_DEVICES
 		else
 			EOE_INTERFACES=0
-- 
GitLab